Re: Binding generator, for Guile, to C libraries

2017-07-07 Thread Ludovic Courtès
Hi Danny, Danny Milosavljevic skribis: >> Matt Wette, the author of nyacc, was apparently in the process of >> writing a similar tool using nyacc’s C99 parser. Might be worth >> looking at. > > Nice! I've actually thought about using nyacc and mes for that - but > since we use gcc to compile

Re: Binding generator, for Guile, to C libraries

2017-07-06 Thread Danny Milosavljevic
Hi Ludo, On Wed, 05 Jul 2017 23:53:36 +0200 l...@gnu.org (Ludovic Courtès) wrote: > Danny Milosavljevic skribis: > > > Okay, I've cleaned up what I have and put it on github, under: > > > > https://github.com/daym/guile-gcc-unit > > > > What this does is it allows you to read gcc output files w

Re: Binding generator, for Guile, to C libraries

2017-07-05 Thread Ludovic Courtès
Hello, Danny Milosavljevic skribis: > Okay, I've cleaned up what I have and put it on github, under: > > https://github.com/daym/guile-gcc-unit > > What this does is it allows you to read gcc output files which specify all > the prototypes - in our case in order to extract the prototypes and ge