ffiex
ffiex copied to clipboard
extend luajit ffi module to give more affinity to C codes
I'm looking to be able to parse the `lua.h` header file to get a list of symbols and definitions. would it be possible to use part of the functionality of...
hi, i'm trying to figure out why anonymous enumerations do not appear in ffiex anywhere after calling cdef. for example, ```lua ffi = require'ffiex' -- example from /usr/include/net/if.h ffi.cdef[[ enum...
When I tried to `#include` headers under the following path: `/usr/include/guile/2.0`, I received the following error: ``` Shell libguile.2.0.h not found in: ./ /usr/lib/gcc/x86_64-linux-gnu/5/include/ /usr/local/include/ /usr/lib/gcc/x86_64-linux-gnu/5/include-fixed/ /usr/include/x86_64-linux-gnu/ /usr/include/ /usr/lib/gcc/x86_64-linux-gnu/5/include/ /usr/local/include/...
in these day, many good system software start to be written in [go](http://golang.org/), such as etcd or serf. if such a trend keep on going in future, enable to call...
to support ffi.csrc for executing environment which does not have gcc, I think it would be useful to bundle (tcc)[http://bellard.org/tcc/] to compile c code which specified to ffi.csrc. or we...