Skip to content

nkawaller/pylox

Repository files navigation

Pylox

This project is based on the book Crafting Interpreters by Robert Nystrom and it provides a Python implementation of the jlox tree-walk interpreter for the Lox programming language.

Getting Started

  1. Clone the repository: git clone https://github.com/your-username/pylox.git
  2. Run the interpreter: python3 lox.py <filename>.lox
  3. Run the interactive repl: python3 lox.py

License

This project is licenced under the MIT License. Please see the LICENSE file for more details

Resources

For additional resources and documentation, please refer to the following:

Links

Explore the following links for more in-depth information on the concepts utilized in constructing an interpreter.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published