Skip to content
/ monkey Public

🙊 Rust interpreter, and compiler (WIP) for the Monkey programming language

Notifications You must be signed in to change notification settings

jiahaog/monkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monkey Interpreter (WIP)

Building a interpreter for the Monkey programming language.

Walking through Writing An Interpreter In Go in Rust.

Development

Prerequistes

For WebAssembly Development

Build

Builds Rust binaries and static web pages to monkey-web/www/dist/

make

Watching for Changes

Cargo Watch is required.

# In separate terminal processes:

make watch-rust

make watch-www

Rust Only Development

cd monkey

# REPL
cargo run

About

🙊 Rust interpreter, and compiler (WIP) for the Monkey programming language

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published