https://github.com/sguessou/monkey-go
Writing An Interpreter In Go
https://github.com/sguessou/monkey-go
eval golang interpreter lexer-parser
Last synced: 12 months ago
JSON representation
Writing An Interpreter In Go
- Host: GitHub
- URL: https://github.com/sguessou/monkey-go
- Owner: sguessou
- Created: 2022-01-06T20:07:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-17T19:37:14.000Z (about 4 years ago)
- Last Synced: 2025-01-22T00:41:36.527Z (about 1 year ago)
- Topics: eval, golang, interpreter, lexer-parser
- Language: Go
- Homepage:
- Size: 96.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# monkey-go
Learning how to write an Interpreter called `Monkey` using Go!
If you're interested in learning about interpreters and compilers head off [here -> Writing An Interpreter In Go by Thorsten Ball](https://thorstenball.com/books/)
Big shout-out to Thorsten Ball for writing the books!!!
Load the `monkey-go` interpreter by running `go run main.go` at the terminal.
