ripin 0.1.2

A library that handle Reverse Polish notated expressions, compiles, and evaluate them.
Documentation
1
2
3
4
5
6
7
8
9
mod get_variable;
mod dummy_variables;
mod dummy_variable;
mod index_var;

pub use self::get_variable::GetVariable;
pub use self::dummy_variables::DummyVariables;
pub use self::dummy_variable::DummyVariable;
pub use self::index_var::IndexVar;