/pylox

lox interpreter. see craftinginterpreters.com

Primary LanguagePythonOtherNOASSERTION

pylox interpreter

My first implementation of lox from https://craftinginterpreters.com, using python.

Running tests:

./run_tests.sh

Run the pylox REPL:

python pylox.py

todo

fun stuff for later

  • python to javascript
    • try first, then look for existing tools
  • python to bash
  • python to webassembly
  • c# to webassembly
    • what does blazor do?