At 02:32 17/08/2007, Bjoern Doebel wrote:
>I have a grammar with only one rule that I try to pass to ANTLR
>3.0.1:
>
>== START ==
>grammar ml;
>
>options {
> output=AST;
>}
>
>ml_comment : '/*' .* '*/';
>== STOP ==
Well, I don't know about the error, but this probably ought to be
a lexer rule (capital letters).