Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 days 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-20T02:04:01.000Z (2 months ago)
- Last Synced: 2024-11-30T21:36:05.526Z (28 days 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