Skip to content

rwaskiewicz/clox

Repository files navigation

clox

My implmentation of Crafting Interpreter's lox language in C (Pt 3 of the book)

Compiling

gcc -o clox main.c chunk.c compiler.c debug.c memory.c object.c scanner.c table.c value.c vm.c

Testing

To run tests against the test suite defined in the CI repo:

dart tool/bin/test.dart chap23_jumping --interpreter ../clox-2/clox

About

Implementation of clox from http://craftinginterpreters.com/a-bytecode-virtual-machine.html

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages