[antlr-interest] Access Specifier for lexer's and parsers

Jason Moore jason.s.moore at gmail.com
Tue Feb 10 14:09:11 PST 2009


Using ANTLR v3 and the CSharp2 language specifier, is there any way to
indicate that you want the generated lexer or parser to be internal
versus the default of public?

The namespace is specified with:

@lexer::namespace {My.Namespace}

and I would assume something similar exists for the access specifier,
but I have been unable to find it.

Thanks,
Jason


More information about the antlr-interest mailing list