8000 GitHub - dabeaz/pylox: Python implementation of the Lox language from Robert Nystrom's Crafting Interpreters
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dabeaz/pylox

Folders and files

NameName
Last commi 8000 t message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pylox

Python implementation of the Lox language from Robert Nystrom's Crafting Interpreters. https://craftinginterpreters.com. This only implements the tree-walking interpreter in Part 1.

Notes

This is not a teaching exercise. I provide no commentary beyond the code itself.

The implementation does not directly follow the implementation in the book. I rely upon parser generation tools and use programming idioms specific to Python. I am trying to implement the same semantics for Lox as are described in the book.

-- Dave

About

Python implementation of the Lox language from Robert Nystrom's Crafting Interpreters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0