https://github.com/thatonebro/monkey-lang-interpreter
Following along with "Writing an Interpreter in Go", but in C
https://github.com/thatonebro/monkey-lang-interpreter
Last synced: about 1 year ago
JSON representation
Following along with "Writing an Interpreter in Go", but in C
- Host: GitHub
- URL: https://github.com/thatonebro/monkey-lang-interpreter
- Owner: ThatOneBro
- Created: 2024-10-06T02:19:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-20T02:04:01.000Z (over 1 year ago)
- Last Synced: 2025-03-24T03:49:05.084Z (over 1 year ago)
- Language: C
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Monkey language Interpreter
Following along with ["Writing an Interpreter in Go"](https://interpreterbook.com/), in C