[][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.

Constants

DECL_UNIT
DEFAULT_ANGLE_UNIT

Functions

eval

Evaluate expressions/declarations and return the answer.

parse

Parse expressions/declarations and return a syntax tree.