summaryrefslogtreecommitdiff
path: root/ext/ply/test/lex_re2.exp
blob: a4e2e8920d2b510f03c1bbe4042f9cec0d0261a5 (plain)
1
2
3
4
5
6
7
lex: Regular expression for rule 't_PLUS' matches empty string.
Traceback (most recent call last):
  File "./lex_re2.py", line 25, 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.