From f9e3fa97801642c5c5bb272195a80288b733cc46 Mon Sep 17 00:00:00 2001 From: Zihan Chen Date: Wed, 12 Feb 2020 16:46:25 -0800 Subject: [PATCH] Update TODO_ParserGen.md --- TODO_ParserGen.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/TODO_ParserGen.md b/TODO_ParserGen.md index febb74a9..2be316c9 100644 --- a/TODO_ParserGen.md +++ b/TODO_ParserGen.md @@ -1,8 +1,7 @@ # Goal * Parsing - * No need to specify allow ambiguity or not - * Calculate ambiguous **Parse** cases, pointing out which AST need to support ambiguity + * Explicily declare the boundary of ambiguity resolving (e.g. on EXPR or on STAT) * 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