On Sat, Aug 7, 2010 at 7:39 AM, John B. Brodie <[email protected]> wrote: > do you have any other lexer rules that recognize tokens that might begin > with a '+' or a DIGIT? >
Yes, that was the problem. Thank you. > sorry to have not been very helpful.... > Quite the contrary you pointed me down the right avenue. On Sat, Aug 7, 2010 at 12:50 PM, Jim Idle <[email protected]> wrote: > Are you using '.' elsewhere? If you are, you may need to left factor '.'and '..' in to one rule. > No I am not. However I'm curious what you mean be left factor. Many Thanks --Ken 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/il-antlr-interest?hl=en.
