rrthomas / mit

A simple stack-based VM
Other
10 stars 3 forks source link

FFI story #25

Open rrthomas opened 5 years ago

rrthomas commented 5 years ago

How far can we get with parsing header files (with LLVM?) and debug builds of libraries (available in most GNU/Linux distros)? Better tools are available in some cases, e.g. for GNOME libraries (GObject introspection) (and Qt?). How well can we do with gnulib's libposix? With libc? With Linux system calls? In any case, no need for full automation if we can automate e.g. all C functions and simple constant #defines.

apt1002 commented 5 years ago

Aims: