Module kalk::parser[][src]

Structs

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

Enums

Error that occured during parsing or evaluation.

Constants

Functions

Evaluate expressions/declarations and return the answer.

Parse expressions/declarations and return a syntax tree.