On Tue, Jan 24, 2012 at 2:06 AM, Christopher Brown
<cm...@st-andrews.ac.uk>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?
>

Check out clang: http://clang.llvm.org/ and
http://hackage.haskell.org/package/LibClang

The clang API is in C++ and will do just about everything you'd ever want
to do with C/ObjC/C++ source.

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

Reply via email to