Skip to content

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

License

Notifications You must be signed in to change notification settings

Jordan-Lane-Dev/monkey-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages