lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hello.

Are there tools that convert C (or C++) source code to Lua source code? I want to pre-convert C to Lua and then fix it to work with pure Lua code or luajit ffi code. 

I have used vscode extension "batch-replacer" to do simple syntax conversion, but it is very dummy.

Maybe some libclang implementation?


- Pasi Mankinen