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 -CarterSee 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