Go to file
Tyrel Souza d4d6561c6f ast LET statements 2021-12-01 15:31:30 -05:00
ast ast LET statements 2021-12-01 15:31:30 -05:00
lexer equals and such 2021-11-30 16:07:55 -05:00
parser ast LET statements 2021-12-01 15:31:30 -05:00
repl REPL 2021-11-30 16:21:32 -05:00
token equals and such 2021-11-30 16:07:55 -05:00
.gitignore ast LET statements 2021-12-01 15:31:30 -05:00
README.md readme 2021-11-30 16:22:58 -05:00
go.mod lexer test pass 2021-11-30 14:45:39 -05:00
main.go REPL 2021-11-30 16:21:32 -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.

go run main.go or go test ./lexer