monkey-compiler 0.8.0

an interpreter for monkeylang
Documentation
1
2
3
fn main() {
    println!("Welcome to monkey compiler by gengjiawen");
}