C->Haskell, An Interface Generator for Haskell
version 0.7.2
I am pleased to announce the first beta release of the
interfacing tool C->Haskell. It aims at providing
lightweight tool support for implementing access to C
libraries from Haskell. More details and download at
http://www.score.is.tsukuba.ac.jp/~chak/haskell/c2hs/
C->Haskell currently requires a GHC from the 4.x series;
however, I would like to also see support for other Haskell
systems and any help with that would be much appreciated.
Generally, comments, suggestions, and bug reports are very
welcome.
Manuel
PS: If anybody is planing to implement a tool or compiler
for C or a variant thereof, C->Haskell contains large
parts of a C compiler front end (all implemented in
Haskell, of course), which, I believe, are well
structured and easy to reuse. The code is free and I
would definitely support any effort to reuse it.