Skip to content

hunterwilkins2/pyLox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Lox tree-walk interpreter written in python.

Topics

Resources

Stars

Watchers

Forks

Languages