Update README.md

Signed-off-by: Daniel Henry <iamdanhenry@gmail.com>
This commit is contained in:
2025-08-21 16:33:47 -05:00
parent e9719fbe88
commit cb203282e5

View File

@@ -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.