Foreign language parsers

Duncan Coutts duncan.coutts at worcester.oxford.ac.uk
Mon Aug 15 14:24:33 EDT 2005


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



More information about the Libraries mailing list