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