[antlr-interest] [csharp2] - scope privacy

Heinrich du Toit heinrich at silasvalley.com
Thu Oct 30 05:53:33 PDT 2008


Hi

In c# target..

The global scope class that's created is created protected inside the 
parser class.

Can I somehow get the generator to declare this public.
As I want the info inside the scope to be exported to an outside api class.

It would be easier to simply export the scope class rather than having a 
whole lot of function calls for every bit of information.

Thanks in advance!
Heinrich


More information about the antlr-interest mailing list