Re: ffi-help: status to date

2017-10-24 Thread Matt Wette
> On Oct 22, 2017, at 11:31 AM, Matt Wette wrote: > > Hi All, > > I am working on a ffi-helper (FH): a program that will read in a C dot-h file > and generate a Guile dot-scm file > which defines a module to provide hooks into the associated C library. > > I was able to generate scm code

ffi-help: status to date

2017-10-22 Thread Matt Wette
Hi All, I am working on a ffi-helper (FH): a program that will read in a C dot-h file and generate a Guile dot-scm file which defines a module to provide hooks into the associated C library. Since last report I have removed the un-hygienic macros: all names are passed to macros now. This ma