summaryrefslogtreecommitdiff
path: root/ext/ply/test/lex_re1.exp
blob: 4d54f4b8949e076cb48745e51d3d176408461c9d (plain)
1
2
3
4
5
6
7
lex: Invalid regular expression for rule 't_NUMBER'. unbalanced parenthesis
Traceback (most recent call last):
  File "./lex_re1.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.