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

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
 

Detailed Description

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.