[antlr-interest] antlr2-C++ target patching?!

Oliver Kowalke oliver.kowalke at gmx.de
Sun Feb 19 05:31:15 PST 2012


Hi,
I'm forced to use antlrv2 because antlr3 does not support C++!
The C target encloses the generated lexer/parser code in 'extern "C"' 
which prevents using C++ constructs (like templates or constructs from 
other C++ libs) inside the parser.

I found that the last version of antlr2 (2.7.7) requires a patch because 
of missing headers.
Where do I have to post this patch?

regards,
Oliver


More information about the antlr-interest mailing list