Crate rinha

Source

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.

Functions§

log
Logger function for the fern logger.
program
The main function of the program.