Skip to content

iangregson/monkey-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 

Repository files navigation

monkey-go

Building an interpreter and compiler by following Thorsten Ball's books


Run the repl

cd interpreter
go run main.go

Build the web repl

cd interpreter/web-repl
GOOS=js GOARCH=wasm go build -o ./public/monkey-repl.wasm 

Serve the web repl on port 9000

cd interpreter/web-repl/public
python3 -m http.server 9000 --bind 0.0.0.0

Or you can play with in online here

iangregson.github.io/monkey-go

About

Building an interpreter and compiler by following Thorsten Ball's books

Resources

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors