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
pub mod and;
pub mod equal;
pub mod greater_than;
pub mod greater_than_equal;
pub mod less_than;
pub mod less_than_equal;
pub mod not;
pub mod not_equal;
pub mod or;
pub mod xor;