blob: a8ff4caedad4cf0d2397dcd78a5b0a47b7561a0f (
plain) (
blame)
1
2
3
4
5
6
7
|
lex: No rules defined for state 'example'
Traceback (most recent call last):
File "./lex_state_norule.py", line 40, in ?
lex.lex()
File "../ply/lex.py", line 758, in lex
raise SyntaxError,"lex: Unable to build lexer."
SyntaxError: lex: Unable to build lexer.
|