Expand description
Definitions of AST nodes and their parser.
Re-exports§
pub use statement::expression;
Modules§
- Data structure and parser for a function definition.
- Data structure and parser for a global variable definition.
- Data structure and parser for a statement.
- Data structure and parser for a type definition.
Enums§
ASTNode
is the level 0 nodes of the ast.
Functions§
Type Aliases§
Ast
is the root node of the ast.