https://github.com/pb82/clox
C implementation of the Lox language
https://github.com/pb82/clox
Last synced: 23 days ago
JSON representation
C implementation of the Lox language
- Host: GitHub
- URL: https://github.com/pb82/clox
- Owner: pb82
- Created: 2023-06-19T21:55:35.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-11T10:31:12.000Z (almost 3 years ago)
- Last Synced: 2025-06-04T09:04:25.764Z (about 1 year ago)
- Language: C
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CLox
C implementation of the Lox language from `Crafting Interpreters`