Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-05T09:42:26.000Z (about 1 year ago)
- Last Synced: 2024-04-24T16:41:20.169Z (9 months 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
[![Build Status](https://travis-ci.org/yangruihan/clox.svg?branch=master)](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