blob: 6b6b67cdc2f44aeb7564823f6c072095b95d41c8 (
plain)
1
2
3
4
5
6
7
|
./lex_ignore.py:20: Rule 't_ignore' must be defined as a string.
Traceback (most recent call last):
File "./lex_ignore.py", line 29, in <module>
lex.lex()
File "../ply/lex.py", line 759, in lex
raise SyntaxError,"lex: Unable to build lexer."
SyntaxError: lex: Unable to build lexer.
|