Home | History | Annotate | Download | only in Runtime

Lines Matching refs:you

7 # until you get a good one; errors are not passed through to the parser.
10 # Where are you getting tokens from? normally the implication will simply
28 Errors from the lexer are never passed to the parser. Either you want
29 to keep going or you do not upon token recognition error. If you do not
30 want to continue lexing then you do not want to continue parsing. Just
32 toss you all the way out of the recognizers. If you want to continue
33 lexing then you should not throw an exception to the parser--it has already
34 requested a token. Keep lexing until you get a valid one. Just report