math-parser-rs 0.1.0

A simple handwritten dsl for interpreting math.
Documentation
1
2
3
4
5
6
7
pub mod lex;
pub mod parser;

pub mod ast_types;
pub mod types;

pub mod optimizations;