pylox A Lox implementation written in Python. Instructions Download rye. Create virtual environment: $ rye sync Run pylox (REPL): $ pylox Execute example programs (optional): $ pylox ./examples/hello_world.lox