Skip to content

Commit

Permalink
turn off debug mode on lexer
Browse files Browse the repository at this point in the history
  • Loading branch information
cantora committed Sep 17, 2012
1 parent 45b4407 commit 1b7bf69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyc_ply_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def p_error(t):

import ply.yacc

ply.yacc.yacc(debug=1)
ply.yacc.yacc()


def parse(src):
Expand Down

0 comments on commit 1b7bf69

Please sign in to comment.