An open API service indexing awesome lists of open source software.

https://github.com/sguessou/monkey-go

Writing An Interpreter In Go
https://github.com/sguessou/monkey-go

eval golang interpreter lexer-parser

Last synced: 12 months ago
JSON representation

Writing An Interpreter In Go

Awesome Lists containing this project

README

          

# monkey-go
Learning how to write an Interpreter called `Monkey` using Go!

If you're interested in learning about interpreters and compilers head off [here -> Writing An Interpreter In Go by Thorsten Ball](https://thorstenball.com/books/)

Big shout-out to Thorsten Ball for writing the books!!!

Load the `monkey-go` interpreter by running `go run main.go` at the terminal.

![Lexer](images/monkey_biz.png)