Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 512 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 512 Bytes

pyLox

A Lox interpreter written in python.

Requirments

  • Python 3

To run

Run repl or lox file

To run repl run:
python3 LoxBase.py
To run file:
py -3.6 LoxBase.py nameOfFile

To run a test project

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

Author

Hunter Wilkins
hunterwilkins.dev
hunter.wilkins2@gmail.com