You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Marek Fišera edited this page Jan 12, 2015
·
1 revision
AST (= Abstract Syntax Tree) is a simple and thin layer between template parsing and code generation. It acts like the abstraction of input syntax and target code generation and enables using same parsers with different code generation and from the other side, same generator for different syntax parsers.