lua-users home
lua-l archive

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


It will probably not cover all of the features of LuaJIT's FFI, but
what someone could try is marrying an LPEG-based C parser, like Wesley
Smith's CEG:

http://article.gmane.org/gmane.comp.lang.lua.general/58453

...to Alien FFI:

http://alien.luaforge.net/

-Duncan


:(

lib_ffi.c is clear and clever, but I can't understand fully because depends lj API.
Is there probable to merge lib_ffi.c to lua?