[antlr-interest] Error: "Can't find template wildcardTrack.st"

Gavin Lambert antlr at mirality.co.nz
Thu Aug 16 12:57:12 PDT 2007


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).



More information about the antlr-interest mailing list