monkey/README.md

9 lines
185 B
Markdown
Raw Normal View History

2021-11-30 19:06:00 +00:00
Making an interpreter in Go.
Following https://interpreterbook.com/
All code belongs to Thorsten Bell as it's written directly from the book.
2021-11-30 21:22:58 +00:00
`go run main.go` or `go test ./lexer`