[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: A question about table's length
- From: Florian Weimer <fw@...>
- Date: Fri, 01 Jan 2010 11:05:47 +0100
* 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?