monkey/README.md
Tyrel Souza 26d8591fdb readme
2021-11-30 16:22:58 -05:00

9 lines
185 B
Markdown

Making an interpreter in Go.
Following https://interpreterbook.com/
All code belongs to Thorsten Bell as it's written directly from the book.
`go run main.go` or `go test ./lexer`