Gyoji Compiler
Loading...
Searching...
No Matches
Classes
Gyoji::frontend::ast Namespace Reference

Abstract syntax tree. More...

Classes

class  SyntaxNode
 Weakly-typed syntax node. More...
 

Detailed Description

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.