Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 373 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 373 Bytes

pylox

A Lox implementation written in Python.

Instructions

  1. Download rye.

  2. Create virtual environment:

    $ rye sync
    
  3. Run pylox (REPL):

    $ pylox
    
  4. Execute example programs (optional):

    $ pylox ./examples/hello_world.lox