Gyoji Compiler
|
Abstract syntax tree. More...
Classes | |
class | SyntaxNode |
Weakly-typed syntax node. More... | |
Abstract syntax tree.
Weakly-typed representation of the parse tree resulting from reading and parsing an input file. While the interface to the data is weakly typed, the underlying data can be accessed through a variant that exposes all of the different types of production that the grammar can produce.