python-lua
python-lua copied to clipboard
Simple python to lua translator.
According to this : https://github.com/dmitrii-eremin/python-lua/blob/5e61488e9552e2ba182480a8a0710fa3715430ab/pythonlua/luainit.lua#L388 It only checks if it's a list, but you could use `in` in python even for hashtables, then you would need in lua just to...
I ran the tests on Python 3.6 & 3.8 and seven of the tests seem to have failures: simple_math (minor), unaryop, listdict, variables (minor), comprehensions, continue, for Is that expected?...
The package name in setup.py does not appear to be registered on PyPI https://pypi.org/project/pythonlua/
This is a very interesting project, Dmitrii! Is there a way to make the translator ignore things missing in the code and generate a translation anyway? I wanted to code...
This change would make it easier to install this project using pip. ```console pip install -U git+https://github.com/dmitrii-eremin/python-lua.git ```