Skip to content

pin3da/crafting-interpreters-vm

Repository files navigation

crafting-interpreters-vm

Part III of https://craftinginterpreters.com. This follows the book when implementing a compiler and a virtual machine for the Lox language. This part is implemented in C.

The code for the first part (building an interpreter) can be found here. This part is implemented in Kotlin.

Compiling

bazelisk build :all

Running

./bazel-bin/main [filename]