Update TODO_ParserGen.md

This commit is contained in:
Zihan Chen
2019-03-04 16:28:12 -08:00
committed by GitHub
parent 47e0e78b45
commit dcd1ea1eb2

View File

@@ -121,3 +121,4 @@ class CLASS_NAME [: BASE_CLASS]
- Test all generated parsers in **UnitTestParserGen**.
- Assert on the ToString-ed AST. (shared)
- Since parser are written in different ways for different unit test projects, they are stored separately from unit test projects to share necessary files.
- Do not really write a file if the generated content doesn't change.