[Haskell-cafe] C++ Parser?
Antoine Latter
aslatter at gmail.com
Tue Jan 24 14:30:32 CET 2012
On Tue, Jan 24, 2012 at 4:06 AM, Christopher Brown
<cmb21 at st-andrews.ac.uk> wrote:
> Hi,
>
> 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?
>
I'm not aware of one.
When it comes to parsing C++, I've always been a fan of this essay:
http://www.nobugs.org/developer/parsingcpp/
It's a hobbyist's tale of looking into parsing C++ and then an
explanation of why he gave up. It's older, so perhaps the
state-of-the-art has advanced since then.
Antoine
More information about the Haskell-Cafe
mailing list