Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 416 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 416 Bytes

clox

Bytecode interpreter in C for the "lox" programming language

Following along with the Crafting Interpreters Book as part of the bi-weekly Codecademy Engineering Book Club.

Setup

Run make command (with no args) to compile.

This will output a clox binary.

Use

For the REPL, run ./clox Or run ./clox [filename] to load and run a lox script.