chap 2.5.0

Chap is an easy to learn, interpretive, scripting language written in Rust
Documentation
1
2
3
4
5
6
pub mod jump;
pub mod jump_if;
pub mod jump_if_equal;
pub mod jump_if_not;
pub mod jump_if_not_equal;
pub mod new_tag;