Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`