blob: 2c3442ca78513d7af299b8dd5f36099a1e929074 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
lex: state name 1 must be a string
lex: No rules defined for state 'example'
Traceback (most recent call last):
File "./lex_state3.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.
|