Crate rustyard [] [src]

Rustyard - Simon Whitehead, 2016.

My first proper attempt at Rust code, Rustyard is an implementation of the Shunting Yard algorithm and can calculate the value of mathematical expressions passed to it as strings.

Reexports

pub use self::shunting_yard::ShuntingYard;

Modules

shunting_yard
token