On Nov 1, 2008, at 2:11 PM, Ben Gillis wrote:
> OK...thanks. :-) > > So, why are they present in some ANTLRWorks Syntax Diagrams, but not > in others? (Exact-same grammar rules, the smaller, trimmed down > grammars do not have them...but, beyond being the exact-same rules, > sub-rules, etc. I don't know why/what else in the grammar would > determine when they're displayed). ANTLR only backtracks when it can't avoid it. Even if you specify backtracking, ANTLR does it when it's necessary only. T List: http://www.antlr.org:8080/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org:8080/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 -~----------~----~----~----~------~----~------~--~---
