Crate rustyard

Source
Expand description

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.

Re-exports§

pub use self::shunting_yard::ShuntingYard;

Modules§

shunting_yard
token