Module kalk::parser

source ·

Structs§

  • Struct containing the current state of the parser. It stores user-defined functions and variables.

Constants§

Functions§

  • Evaluate expressions/declarations and return the answer.
  • Parse expressions/declarations and return a syntax tree.