On 12/30/18 10:07 AM, Amirouche Boubekki wrote:
1. Is it possible to have a program or subcommand of guild that
does take a header file from stdin and prints the bindings to stdout.
This could be done. I will think about it.
2. What do you think of PSSI https://github.com/ktakashi/r6rs-
Le 2018-12-22 19:46, Matt Wette a écrit :
Hi All,
I have created a helper for generating FFI code for Guile. The
current
use case is to create file called a "ffi module" that specifies
includes
and libraries that will be used to create a loadable Guile module. In
the
process, the FFI Helper
Hi All,
I have created a helper for generating FFI code for Guile. The current
use case is to create file called a "ffi module" that specifies includes
and libraries that will be used to create a loadable Guile module. In the
process, the FFI Helper (FH) parses C code and, from that, generates