math-calc 0.1.0

A simple text-based arithmetic library.
Documentation
1
2
3
4
5
extern crate lalrpop;

fn main() {
    lalrpop::process_root().unwrap();
}