algorithmify 0.1.1

Create specifications for algorithms defined using Rust code
Documentation
1
2
3
4
5
6
pub mod expressions;
pub mod interpreter;

pub use expressions::functions::Function;
pub use expressions::Expression;
pub use interpreter::Interpreter;