Go to file
Tyrel Souza 7e9304ed11 equals and such 2021-11-30 16:07:55 -05:00
lexer equals and such 2021-11-30 16:07:55 -05:00
token equals and such 2021-11-30 16:07:55 -05:00
README.md readme 2021-11-30 14:06:00 -05:00
go.mod lexer test pass 2021-11-30 14:45:39 -05:00
main.go code monkey make espresso 2021-11-30 14:02:01 -05:00

README.md

Making an interpreter in Go.

Following https://interpreterbook.com/

All code belongs to Thorsten Bell as it's written directly from the book.