monkey-go
monkey-go copied to clipboard
"Writing An Interpreter in Go" and "Wring A Compiler in Go"
monkey-go
Monkey programming language from Writing an interpreter in Go and Writing a compiler in Go books.
REPL
- Run
go build -o monkey-go && ./monkey-goin your terminal