[Haskell-cafe] are there any good c parsers + ast builders
available for haskell?
Don Stewart
dons at galois.com
Tue May 20 21:46:41 EDT 2008
carter.schonwald:
> Hello,
> I'm thinking about having a go at writing some simple static
> analysis tools for C, and I think using Haskell would make it a happier
> time coding wise, the question being, are there preexisting parsing
> tools for C available for haskell?
>
> many thanks
> -Carter
See this exciting summer of code project,
http://code.google.com/soc/2008/haskell/appinfo.html?csaid=27F0E5995982E2C9
the main thing is to build upon the rather complete parser in
http://www.cse.unsw.edu.au/~chak/haskell/c2hs/
-- Don
More information about the Haskell-Cafe
mailing list