Skip to content
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.

Clone this wiki locally