Lua interpreter made with Python using PLY (Python Lex-Yacc)
python3 main.py
You may run the project in an interface made with tkinter. You need to run:
python3 ui.py
This assumes that you have correctly setup your python installation with tkinter
You can install nodemon to watch for changes on files and test new functionality. On a shell you can run
nodemon --exec python3 main.pyYou may install nodemon by using npm install -g nodemon
python3 -m tests.test_syntax <your_github_username> <your_lua_file>e.g.
python3 -m tests.test_syntax brauliorivas sort.lua