Skip to content

ChrisAmora/rusty_monkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rusty Monkey

About

Rust implementation of Monkey programming language from the book Writing an Interpreter in Go

Start the repl

$ cargo run
Welcome to the Monkey programming language!
>> let f = fn(x,y) {x * y + x}
>> let result = f(5 * 3, 10)
>> result
# 165

Testing

$ cargo test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages