https://github.com/kindermax/clox
Lox programming language written in C - based on https://craftinginterpreters.com
https://github.com/kindermax/clox
Last synced: about 1 month 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-16T12:46:57.000Z (over 1 year ago)
- Last Synced: 2025-02-26T10:32:59.504Z (over 1 year ago)
- Language: C
- Size: 77.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`
## Build
`lets build` builds using CMake