[antlr-interest] Antlr v4 - C++ target

Gokulakannan Somasundaram gokul007 at gmail.com
Wed Jan 25 23:47:39 PST 2012


>
> Things like having a C compiled grammar call back into C++ code.
> Namespaces and other C++ constructs get in the way.  Wrapper code
> consists of a lot of typedefs and function definitions to customise the
> behaviour of the generated parser/lexer.  Being able to subclass is one
> bonus of a C++ runtime.
>
>
Thanks for the explanation. I just wanted to make sure, the new grammar
doesn't provide the same issues.

Gokul.


More information about the antlr-interest mailing list