Home | History | Annotate | Download | only in ply

Lines Matching refs:LexError

63 class LexError(Exception):
359 raise LexError("%s:%d: Rule '%s' returned an unknown token type '%s'" % (
387 raise LexError("Scanning error. Illegal character '%s'" % (lexdata[lexpos]), lexdata[lexpos:])
393 raise LexError