[][src]Module kalk::parser

Structs

Context

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

Enums

CalcError

Error that occured during parsing or evaluation.

Unit

Mathematical unit used in calculations.

Functions

eval

Evaluate expressions/declarations and return the answer.

parse

Parse expressions/declarations and return a syntax tree.