[antlr-interest] C# @members

Gavin Lambert antlr at mirality.co.nz
Fri Oct 26 00:46:06 PDT 2007


At 18:52 26/10/2007, de Jong, Ron wrote:
 >@members { // hello }
 >
 >Basically nothing after this is correctly interpreted. I have
 >tried every variation but the @members just doesn't seem to 
work.

I would be surprised if it did.  That's a line comment you've got 
there, and you're putting everything all on the same line.  Don't 
do that.

@members {
   // hello
}

will work.



More information about the antlr-interest mailing list