8000 GitHub - menezesd/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
/ pylox Public
forked from dabeaz/pylox

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

Notifications You must be signed in to change notification settings

menezesd/pylox

 
 

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

  • Python 100.0%
0