
15 Aug
2005
15 Aug
'05
6:24 p.m.
On Fri, 2005-08-05 at 12:37 +0100, Dominic Fox wrote:
I'm trying to collate a list of currently extant Haskell projects that include parsers for foreign languages such as PHP and C.
To this end, I've created a wiki page at http://haskell.org/hawiki/ParsingForeignLanguagesInHaskell.
I updated the c2hs entry to note that the c2hs C parser can cope with implementation modules too (c2hs only uses header files, but header files can include inline functions which contain statements etc). It also copes with C99 and common GNU C extensions. Duncan