LuaNativeObjects icon indicating copy to clipboard operation
LuaNativeObjects copied to clipboard

A Lua bindings generator written in Lua.

Results 1 LuaNativeObjects issues
Sort by recently updated
recently updated
newest added

I'm trying to workup [ICU bindings for Lua](github.com/alerque/icu-lua) but my initial [attempt to use LuaNativeObjects](https://github.com/alerque/icu-lua/pull/1) didn't turn out like I expected. Somehow I thought the various subfiles `src/*.noobj.lua` that have...