Skip to content

An interpreter for the Lox programming language written in Python.

License

Notifications You must be signed in to change notification settings

BolunThompson/PyLox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pylox

Pylox is an interpreter of the Lox programming language (from the book Crafting Interpreters) written in Python. While the interpreter should work, it defintely has bugs.

Requirements:

Python 3.7+ and Poetry.

Installation

  1. Clone this repo
  2. Run poetry install in the repo.

About

An interpreter for the Lox programming language written in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages