https://github.com/3cham/monkey
Writing an interpreter in Go
https://github.com/3cham/monkey
ast golang interpreter lexer pratt-parser
Last synced: 3 months ago
JSON representation
Writing an interpreter in Go
- Host: GitHub
- URL: https://github.com/3cham/monkey
- Owner: 3cham
- License: mit
- Created: 2023-01-02T07:02:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-12T14:46:35.000Z (about 3 years ago)
- Last Synced: 2025-02-22T21:16:23.661Z (over 1 year ago)
- Topics: ast, golang, interpreter, lexer, pratt-parser
- Language: Go
- Homepage:
- Size: 38.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/3cham/monkey/actions/workflows/ci.yaml)
# Writing an interpreter in Go
My attempt to implement this book: https://interpreterbook.com/
Progress: 