Wow. That's some impressive ASTing ;) It may take me some time to pull apart what is going on there.
I don't think being right-associative will matter - but I'm not 100% sure right now. I've got to check whether all those comp-sci algorithms to build NFAs and DFAs for regular expressions will care, or whether the right-associativity will cause other parsing problems in the more advanced parts of the regular expression. But it gets me to the next level. thanks, Matt. On 7 July 2010 23:17, John B. Brodie <[email protected]> wrote: > chars : (CHAR->CHAR) ( chars -> ^(CONCAT CHAR chars) )? ; 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.
