Skip to content

mpvdk/plox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plox - A Python interpreter for lox

This is a Python interpreter for the lox language. It was created by guidance of the book Crafting Interpreters by Robert Nystrom.

To learn more about the book, check out craftinginterpreters.com

To learn more about the lox language, check out this particular chapter

How to run

First clone this repository and cd into it:

git clone git@github.com:mpvdk/plox.git && cd plox

Then just run the entry point located in the root.

For interactive shell:

./plox

To run a script:

./plox [file]

You can also install plox with pip, which will allow you to run plox from anywhere:

pip install .

About

Python interpreter for lox

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages