Skip to content

Lox programming language implementation written in Python.

License

Notifications You must be signed in to change notification settings

themagiulio/pylox

Repository files navigation

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
    

About

Lox programming language implementation written in Python.

Topics

Resources

License

Stars

Watchers

Forks

Languages