blob: 8b580509bb9e4eaf6ddd3ab40769ce260d362d81 (
plain) (
blame)
1
2
3
4
5
6
7
|
lex: states must be defined as a tuple or list.
Traceback (most recent call last):
File "./lex_state1.py", line 38, in ?
lex.lex()
File "../ply/lex.py", line 758, in lex
raise SyntaxError,"lex: Unable to build lexer."
SyntaxError: lex: Unable to build lexer.
|