kalk 0.1.11

A math evaluator library that supports user-defined functions and variables and can handle fairly ambiguous syntax.
Documentation
1
2
3
4
5
6
7
pub mod ast;
mod interpreter;
mod lexer;
pub mod parser;
mod prelude;
mod symbol_table;
mod test_helpers;