mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-27 18:25:27 +08:00
Update TODO_ParserGen.md
This commit is contained in:
+1
-2
@@ -1,8 +1,7 @@
|
|||||||
# Goal
|
# Goal
|
||||||
|
|
||||||
* Parsing
|
* Parsing
|
||||||
* No need to specify allow ambiguity or not
|
* Explicily declare the boundary of ambiguity resolving (e.g. on EXPR or on STAT)
|
||||||
* Calculate ambiguous **Parse** cases, pointing out which AST need to support ambiguity
|
|
||||||
* Full CFG power, no limitation
|
* Full CFG power, no limitation
|
||||||
* Experiment: expanding all left-recursive grammer to right-recursive grammar with instructions
|
* Experiment: expanding all left-recursive grammer to right-recursive grammar with instructions
|
||||||
* Experiment: optionally inline all rules which don't generate parser functions
|
* Experiment: optionally inline all rules which don't generate parser functions
|
||||||
|
|||||||
Reference in New Issue
Block a user