From 3768fbc6d4387d5eebe6b684af18aa0f41813dd3 Mon Sep 17 00:00:00 2001 From: Zihan Chen Date: Mon, 4 Mar 2019 16:34:43 -0800 Subject: [PATCH] Update TODO_ParserGen.md --- TODO_ParserGen.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO_ParserGen.md b/TODO_ParserGen.md index af0ba1b8..f9562e2a 100644 --- a/TODO_ParserGen.md +++ b/TODO_ParserGen.md @@ -101,7 +101,8 @@ class CLASS_NAME [: BASE_CLASS] - **Compiler**: depends on **AstGen** and **Execution**, taking the generated `AST for ParserGen`. - Take the `AST for ParserGen` and generate instructions. - Generate the default handler to create AST for the SAX-like parser. - - ToString algorithm + - ToString algorithm. + - Bidirection binding with AST the text. - **ParserGen**: depends on **Compiler**, taking the generated parser and the default handler to create AST for `AST for ParserGen`. - All code integrating together. - **UnitTestAst**: