Skip to content

My own pure-Python interpreter for Robert Nystrom's Lox language.

License

Notifications You must be signed in to change notification settings

leon-matthews/pylox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pure-Python implementation of Lox interpreter.

Starting out as an exact port from the Java version from the book, but it might be fun to extend things once that is finished. Aribitrary precision integers and decimals for example, maybe expose some of Python's standard library.

The implemenation aims to have 100% test coverage, be fully type- checked at mypy's 'strict' level, and require no external packages.

About

My own pure-Python interpreter for Robert Nystrom's Lox language.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published