From e3ca7d4a13956f3b9c80780d5adbf86c7c3baa7d Mon Sep 17 00:00:00 2001 From: Alex Corcoles Date: Wed, 5 Jan 2022 15:07:13 +0100 Subject: [PATCH] Add presentation tool --- IDEAS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/IDEAS b/IDEAS index f185bb8..2f11468 100644 --- a/IDEAS +++ b/IDEAS @@ -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 -- 2.47.3