jmckaskill / luaffi

Standalone FFI library for calling C functions from lua. Compatible with the luajit FFI interface.
469 stars 84 forks source link

Structs as call argument types/return types #19

Open jmckaskill opened 12 years ago

jmckaskill commented 12 years ago

Need support in both compile_function arg/return and compile_callback arg/return. Need to double check ABI, but return should be similar to complex double on x86 with a hidden first param. Arg ABI is to unpack?