Modules§
- ast
- The abstract syntax tree for the language. The abstract syntax tree is the tree that represents the program in a tree form.
- parser
- Parser LALRPOP module. It does uses a parse generator to generate a parser and lexer for the language.
- rinha
- The parsing module
Structs§
- Command
- Simple program to run
rinha
language.