Skip to content

Files

Latest commit

a478007 · May 3, 2020

History

History
14 lines (10 loc) · 398 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 398 Bytes

Clox Lang

Build Status

Clox is a cross-platform implementation of a tree-walk lox interpreter and a virtual machine in C89.

git clone https://github.com/yngtodd/clox.git

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