quickscript 0.5.5

A quick programming language with a compiler implemented in Rust.
Documentation
1
2
3
4
5
pub mod convert;
pub mod number;
pub mod operator;
pub mod string;
pub mod ttype;