https://github.com/yangruihan/clox
Repository for C implement programming language with the book "Crafting Interpreters" http://www.craftinginterpreters.com/
https://github.com/yangruihan/clox
c programming-language
Last synced: 6 months ago
JSON representation
Repository for C implement programming language with the book "Crafting Interpreters" http://www.craftinginterpreters.com/
- Host: GitHub
- URL: https://github.com/yangruihan/clox
- Owner: yangruihan
- Created: 2018-12-10T04:07:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-05T09:42:26.000Z (over 1 year ago)
- Last Synced: 2024-04-24T16:41:20.169Z (about 1 year ago)
- Topics: c, programming-language
- Language: C
- Homepage:
- Size: 63.5 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - clox
README
# CLox
[](https://travis-ci.org/yangruihan/clox)
Repository for C implement programming language with the book "Crafting Interpreters" http://www.craftinginterpreters.com/
Book Github Repository: https://github.com/munificent/craftinginterpreters