Re: how to use ffi-help

2018-12-30 Thread Matt Wette
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-

Re: how to use ffi-help

2018-12-30 Thread Amirouche Boubekki
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

how to use ffi-help

2018-12-22 Thread Matt Wette
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