[Haskell-cafe] C++ Parser?

Nathan Howell nathan.d.howell at gmail.com
Tue Jan 24 18:32:48 CET 2012


On Tue, Jan 24, 2012 at 2:06 AM, Christopher Brown
<cmb21 at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20120124/8b483086/attachment.htm>


More information about the Haskell-Cafe mailing list