A Lox interpreter written in python.
- Python 3
To run repl run:
python3 LoxBase.py
To run file:
py -3.6 LoxBase.py nameOfFile
To see an example of inheritance in Lox run:
py -3.6 LoxBase.py TestProjects/Lox_Inheritance.txt
To see an example of Lox classes run:
py -3.6 LoxBase.py TestProjects/Lox_LinkedList.txt
Hunter Wilkins
hunterwilkins.dev
hunter.wilkins2@gmail.com