skillet 0.6.2

Skillet: micro expression language (arithmetic, logical, functions, arrays, conditionals, excel formulas) made in Rust bin cli and server
Documentation
1
2
3
4
5
6
pub mod core;
pub mod higher_order;
pub mod assignments;

pub use core::{eval, eval_with_vars, eval_with_vars_and_custom};
pub use assignments::{eval_with_assignments, eval_with_assignments_and_context};