|
Gyoji Compiler
|
This is the front-end to the Gyoji parser. More...
Namespaces | |
| namespace | ast |
| Abstract syntax tree. | |
| namespace | lowering |
| Converts the strongly-typed syntax tree into the MIR representation. | |
| namespace | tree |
| Strongly-typed syntax tree. | |
Classes | |
| class | Parser |
| class | ParseResult |
This is the front-end to the Gyoji parser.
This is the language front-end. The purpose is to take an input byte-stream and assemble an immutable parse tree.