/clox

全中文注释 C-Lox, craftinginterpreters.com

Primary LanguageC

Clox - 简易字节码虚拟机实现

Chinese annotation for clox.

https://craftinginterpreters.com/a-bytecode-virtual-machine.html

How to compile

cd build && cmake .. && make
./bin/clox # run

Notes

You may find them in /notes