[antlr-interest] I wish a dummy token is accepted by antlr

Brannon King brannonking at yahoo.com
Wed Feb 22 10:12:34 PST 2006


Can somebody post a link that contains the documentation on the # symbol? I
don't understand it (especially the way it is used in the code below) and
the documentation seems scarce and scattered throughout the newsgroup.

>>formal:
>>    dataType ID^ <AST=MiniJava.Identifier>
>>    { ## = #( #[...], ## ); }
>>    ;



More information about the antlr-interest mailing list