lua-users home
lua-l archive

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


* Graham Wakefield:

> We've been mucking around with bindings to LLVM/clang to achieve
> runtime codegen of structs, functions and FFI into existing libraries
> from within Lua scripts,

I guess the clang interface is still useful for obtaining C structs
from include files and calculating the offsets of members (which isn't
entirely straightforward).  Perhaps you can make it available in some
form?