Skip to content

felipesabino/lox-c

Repository files navigation

Lox-C

Implementation of Lox bytecode in C for studying purposes.

Notable differences to cLox

  • none so far...

Building

$ make

or

$ make debug

Running

$ ./clox