Crate rinha

source ·

Modules

  • The abstract syntax tree for the language. The abstract syntax tree is the tree that represents the program in a tree form.
  • Parser LALRPOP module. It does uses a parse generator to generate a parser and lexer for the language.
  • The parsing module

Structs

  • Simple program to run rinha language.

Functions

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