From 9521d4213e4cb7790ee27c1d2e0a002e7ba2f11f Mon Sep 17 00:00:00 2001 From: Zihan Chen Date: Fri, 9 Oct 2020 01:35:42 -0700 Subject: [PATCH] Update TODO_ParserGen.md --- TODO_ParserGen.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO_ParserGen.md b/TODO_ParserGen.md index e78ebfcd..4a365d6c 100644 --- a/TODO_ParserGen.md +++ b/TODO_ParserGen.md @@ -7,6 +7,7 @@ * Full CFG power, no limitation * Experiment: expanding all left-recursive grammer to right-recursive grammar with instructions * Experiment: optionally inline all rules which don't generate parser functions + * Experiment: run through a CFG automaton first, determine the state transition path for the input, and then run instructions to drive SAX-like callback * Error message generation * Error recovering * Serializing