chap 2.5.0

Chap is an easy to learn, interpretive, scripting language written in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod builtin_function;
pub mod common;
pub mod compile;

pub mod runtime;

pub mod runners;

pub use runners::eval::eval;

// repl and file_executor and param parser should not be in library