Am Friday 15 May 2009 14:03:16 schrieb Jesper Larsson: > > URL: ('a'..'z') ('a'..'z' | '0'..'9' | '+' | '-' | '.')* ':' > ~('\f' | '\n' | '\r' | '\t' | ' ')*;
if you leave out the dot in the URL rule it works as it should. If the dot is there the IDENT rule is not called but the URL rule is called which raises an exception since the colon is missing. No idea why . cheers Michael List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "il-antlr-interest" group. To post to this group, send email to il-antlr-interest@googlegroups.com To unsubscribe from this group, send email to il-antlr-interest+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/il-antlr-interest?hl=en -~----------~----~----~----~------~----~------~--~---