Tree Construction
The parser creates and returns a syntax tree representation of the source text that is manipulated later by tree-walking code.
For more details see chapter 24 of the DSL book
The parser creates and returns a syntax tree representation of the source text that is manipulated later by tree-walking code.
For more details see chapter 24 of the DSL book