Python to Lua transpiler for OC
It's still in its early stages, but for simple programs it works sufficiently
Executing Python code directly:
pythish run <python file>
Transpiling into another file:
pythish compile <python file> [lua file]
Not guarunteed Python compliant (at all, can barely pass basic tests)
- If/Elif/Else/For/While
- Function declaration
- Libraries/Modules
- Arrays/Dicts
-
+=
,-=
, etc... - Weird syntax
- Other stuff