dabeaz / ply

Python Lex-Yacc

Home Page:http://www.dabeaz.com/ply/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing parenthesis

herman-beeksma opened this issue · comments

Documentation (http://www.dabeaz.com/ply/ply.html#ply_nn0), PLY Version: 3.11, section 4. Lex, final example
The final line is missing a right parenthesis at the end, it should be ('ID','t'), ('RPAREN',')')