cleanup, add example output
[sv2nmigen.git] / parse_sv.py
index fd25dbfc83c7179ed73af7909499cce11a80690b..4973540dc4d55dc366c0d1034203623088f90462 100644 (file)
@@ -25,7 +25,7 @@ from lib2to3.pygram import python_symbols as syms
 
 yacc1_debug = 0
 yacc2_debug = 0
-parse_debug = 1
+parse_debug = 0
 
 from ply import yacc, lex