Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kindermax/clox
Lox programming language written in C - based on https://craftinginterpreters.com
https://github.com/kindermax/clox
Last synced: about 23 hours ago
JSON representation
Lox programming language written in C - based on https://craftinginterpreters.com
- Host: GitHub
- URL: https://github.com/kindermax/clox
- Owner: kindermax
- Created: 2023-12-09T17:05:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-09T08:54:21.000Z (8 months ago)
- Last Synced: 2024-05-09T21:39:07.083Z (8 months ago)
- Language: C
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Lox programing language and interpreter written in C
---Based on https://craftinginterpreters.com
## Run
`lets lox` - will build and start clox binary
`lets lox examples/hello.lox` - will run script from file
## Test
`lets test`