ast | ||
lexer | ||
parser | ||
repl | ||
token | ||
.gitignore | ||
go.mod | ||
main.go | ||
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.
go run main.go
or go test ./lexer