Create TODO_ParserGen.md

This commit is contained in:
Zihan Chen
2017-04-10 05:30:57 -07:00
committed by GitHub
parent 4c27bc4715
commit d7f3e79f28
+13
View File
@@ -0,0 +1,13 @@
* Parsing
* No need to specify allow ambiguity or not
* Calculate ambiguous **Parse** cases, pointing out which AST need to support ambiguity
* Full CFG power, no limitation
* Be able to assign to any properties (not just enum) in with statement
* Error message generation
* Error recovering
* Serializing
* Escaping and Unescaping pairs (instead of only unescaping)
* Calculate ambiguous **ToString** cases
* Generate **ToString** algorithm
* AST
* Low overhead AST with reflection