Skip to content

EarlPomeroy/go-monkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monkey Interpreter

This is a learning project that implements the Monkey programming language in Go. The reference material for this can be found at monkeylang.org.

To test the project run:

$ go test ./ast ./lexer ./parser ./evaluator

To run the REPL for the project run:

$ go run main.go

To build the REPL for the project run:

$ go build -o monkey main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages