- An implementation of the Lox language using Python.
Run:
python main.py
- Can have nicer UX if have uv installed with a better REPL
uv run main.py
Run Tests:
uv run pytest -vv
All tests were copied from craftinginterpreter's test suite
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Run:
python main.py
uv run main.py
Run Tests:
uv run pytest -vv
All tests were copied from craftinginterpreter's test suite