https://github.com/aymanizz/clox-interpreter
An interpreter in c
https://github.com/aymanizz/clox-interpreter
c interpreter
Last synced: 2 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-29T20:58:41.000Z (over 4 years ago)
- Last Synced: 2024-12-26T11:14:52.472Z (4 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.