Skip to content

kazumi007/rmonkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rmonkey

An interpreter for the Monkey programming language written in Rust.

The Monkey Programming Language

The Monkey script language is designed for learning in the Writing an interpreter in Go book.

Instruction

Test

$ cargo test

Running a monkey script.

$ cargo run example/fib.monkey

Running the REPL

$ cargo run

About

An interpreter for the Monkey programming language written in Rust.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages