Skip to content

A Python implementation of the Lox programming language. Built while working through "Crafting Interpreters" to understand language design and implementation.

License

Notifications You must be signed in to change notification settings

ItsChoudhry/plox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plox

A python implementation of lox

Run

python3 -m plox or python3 -m plox <file>

About

A Python implementation of the Lox programming language. Built while working through "Crafting Interpreters" to understand language design and implementation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages