Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peter-roh/monkey_lang
Learning how to make an interpreter in zig.
https://github.com/peter-roh/monkey_lang
interpreter thorstenball zig
Last synced: 24 days ago
JSON representation
Learning how to make an interpreter in zig.
- Host: GitHub
- URL: https://github.com/peter-roh/monkey_lang
- Owner: Peter-Roh
- Created: 2024-07-12T13:39:24.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-12T13:57:30.000Z (7 months ago)
- Last Synced: 2024-11-20T19:46:26.579Z (3 months ago)
- Topics: interpreter, thorstenball, zig
- Language: Zig
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# monkey lang
Learning how to make an interpreter in zig.
## Reference
**Writing an Interpreter in Go** by Thorsten Ball