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 1 month 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`

## Build

`lets build` builds using CMake