9 lines
185 B
Markdown
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`
|