Skip to content

An interpreter for the Monkey Programming Language following along with How to Write an Interpreter in Go (https://interpreterbook.com)

Notifications You must be signed in to change notification settings

matt-snider/monkeylang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monkey Intepreter

This is an implementation of the intepreter for the Monkey Programming Language from How to Write an Interpreter in Go.

Tests

Run all tests:

$ go test ./...

About

An interpreter for the Monkey Programming Language following along with How to Write an Interpreter in Go (https://interpreterbook.com)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages