@@ -2,6 +2,8 @@
|
||||
|
||||
A tiny bytecode VM + compiler for the Lox language, built while following *Crafting Interpreters*. This is a personal learning project.
|
||||
|
||||
Crafting Interpreters: https://craftinginterpreters.com/
|
||||
|
||||
## Build
|
||||
|
||||
Requires a C99 compiler (tested with `clang` on macOS). Uses the provided Makefile.
|
||||
|
||||
Reference in New Issue
Block a user