https://github.com/buitragox/monkey-interpreter
An implementation of the monkey programming language from the book "Writing An Interpreter In Go"
https://github.com/buitragox/monkey-interpreter
go monkey-programming-language
Last synced: 11 months ago
JSON representation
An implementation of the monkey programming language from the book "Writing An Interpreter In Go"
- Host: GitHub
- URL: https://github.com/buitragox/monkey-interpreter
- Owner: Buitragox
- Created: 2024-07-06T20:31:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-12T22:25:21.000Z (over 1 year ago)
- Last Synced: 2025-01-25T10:09:50.364Z (about 1 year ago)
- Topics: go, monkey-programming-language
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Monkey Interpreter
WORK IN PROGRESS
An implementation of the Monkey programming language from the book [Writing An Interpreter In Go](https://interpreterbook.com).