python-lua
python-lua copied to clipboard
Ignoring things not defined
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 in Python the use of functions from binary Lua modules (C Lib), and then after translating they would of course be executed and loaded by Lua. But I get errors saying that this or that "is not defined" and the import will also try to locate a local Python script, so the compilation fails