https://github.com/prologic/monkey-lang
🐵 Monkey programming language interpreter designed in Writing An Interpreter In Go and Writing a Compiler in Go. A step-by-step walk-through where each commit is a fully working part. Read the books…
https://github.com/prologic/monkey-lang
Last synced: about 1 year ago
JSON representation
🐵 Monkey programming language interpreter designed in Writing An Interpreter In Go and Writing a Compiler in Go. A step-by-step walk-through where each commit is a fully working part. Read the books…
- Host: GitHub
- URL: https://github.com/prologic/monkey-lang
- Owner: prologic
- License: mit
- Created: 2022-07-31T18:59:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-31T19:00:14.000Z (almost 4 years ago)
- Last Synced: 2025-03-23T20:34:44.628Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# monkey-lang
🐵 Monkey programming language interpreter designed in Writing An Interpreter In Go and Writing a Compiler in Go. A step-by-step walk-through where each commit is a fully working part. Read the books…
This project has moved to [git.mills.io/prologic/monkey-lang](https://git.mills.io/prologic/monkey-lang)