diff options
| author | Alex Corcoles <alex@pdp7.net> | 2022-01-05 15:07:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-05 15:07:13 +0100 |
| commit | e3ca7d4a13956f3b9c80780d5adbf86c7c3baa7d (patch) | |
| tree | 58a38f5fc6fda12a07f445fb781a15ae3b526619 /IDEAS | |
| parent | 502f6141ea2462fd0f414d3802d6a3a6356fc29e (diff) | |
Add presentation tool
Diffstat (limited to 'IDEAS')
| -rw-r--r-- | IDEAS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -126,3 +126,9 @@ Turing Parser * A toolkit to write parsers for languages which are not CFGs and that need Turing-complete parsing code. * Provides tools to implement stateful lexers, keeping line-column information and generating good error messages. * Provides tools to transform the token stream, using arbitrary code, to generate annotated ASTs (i.e. with line/column number information) + +Presentation tool + +* A tool to edit reveal.js-style slides +* But also record and do basic audio editing +* So it can help with timing/pacing, and even generate a nice video |
