equationx 0.1.1

Library for parsing and evaluating simple mathematical expressions/equations
Documentation
1
2
3
fn main() {
    lalrpop::process_root().unwrap();
}