Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 132 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 132 Bytes

clox

lox library in c from crafting interpreters book

How to power up clox:

mkdir build
cd build
cmake .. && make 
./clox