Skip to content

Latest commit

 

History

50 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

monkey-lang-interpreter

An interpreter for the monkey language described in "Writing an Interpreter in Go" by Thorsten Ball.

Running

Clone/download the repo into your go workspace, navigate into the root directory of the project, and run "go run main.go"

Testing

There are testing modules for all major objects in the monkey-lang-interpreter (ex parser, evaluator, etc). To run the test cases, execute the go test command on the folder of interest: (eg "go test ./evaluator")

About

An interpreter for the monkey language described in "Writing an Interpreter in Go" by Thorsten Ball.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages