Home | History | Annotate | Download | only in antlr3

Lines Matching full:mismatched

383   # data provided by +follow+ to recover from the mismatched
443 "mismatched input #{ token_error_display( e.symbol ) } expecting #{ token_name }"
446 "mismatched tree node: #{ e.symbol } expecting #{ token_name }"
450 "mismatched input %s expecting set %s" %
453 "mismatched input %s expecting set %s" %
594 # At this point, it gets a mismatched token error and throws an
1146 "mismatched character #{ char }; expecting #{ expecting }"
1152 "mismatched character %s; expecting set %p" % [ char, e.expecting ]
1154 "mismatched character %s; expecting set %p" % [ char, e.expecting ]
1158 "mismatched character %s; expecting set %s..%s" % [ char, a, b ]