Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aymanizz/clox-interpreter
An interpreter in c
https://github.com/aymanizz/clox-interpreter
c interpreter
Last synced: 14 days ago
JSON representation
An interpreter in c
- Host: GitHub
- URL: https://github.com/aymanizz/clox-interpreter
- Owner: aymanizz
- Created: 2018-10-25T17:08:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-29T20:58:41.000Z (over 4 years ago)
- Last Synced: 2024-08-03T18:18:21.534Z (5 months ago)
- Topics: c, interpreter
- Language: C
- Homepage:
- Size: 115 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - clox-interpreter
README
# CLox Interpreter
This is an implementation of the CLox interpreter implemented in the second part of the book
[crafting interpreters](https://www.craftinginterpreters.com/).This is a work-in-progress and might deviate from the original implementation in some parts.