lua2c icon indicating copy to clipboard operation
lua2c copied to clipboard

convert Lua source code into an equivalent C source code written in terms of Lua C API calls

Results 5 lua2c issues
Sort by recently updated
recently updated
newest added

Hello and thanks for the effort of making this project. I've kind-of ported it to work under lua 5.2, but still no luck running it under lua 5.3. Are there...

Won't run at all for me. First it was because the require folder being in /lib was not defined (I had to uncomment out line 46) and now it is...

Hi, i like this "lua2c" project. its useful. i have STARRED this project. it needs to be improved further. Thanks. EXTRA INFO : BTW , i have mentioned it in...

While trying to test this out had to patch this to work on recent linux'es. Mostly changes related to include and link paths to target specifically lua5.1

./lua2c (master)$ sudo ./clua /Applications/Blackmagic\ Fusion\ 19/Fusion.app/Contents/Resources/Fusion/Scripts/Tool/Bake\ Animation.lua lua: /Users/beschric/EoF/lua2c/lib/lexer.lua:29: attempt to call a nil value (global 'module') stack traceback: /Users/beschric/EoF/lua2c/lib/lexer.lua:29: in main chunk [C]: in function 'require' /Users/beschric/EoF/lua2c/lua2c.lua:49: in...