On 24 Jan 2012, at 11:06, Christopher Brown wrote:

> I have stumbled across language-c on hackage and I was wondering if anyone is 
> aware if there exists a full C++ parser written in Haskell? 

There is a yaccable grammar
  http://www.parashift.com/c++-faq-lite/compiler-dependencies.html#faq-38.11

You might run it through a parser generator that outputs Haskell code.
  http://www.haskell.org/haskellwiki/Applications_and_libraries/Compiler_tools

Hans



_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to