add working preprocessor (creates docstrings)
[sv2nmigen.git] / parse_sv.py
index fd25dbfc83c7179ed73af7909499cce11a80690b..02f315dc88117633b8b14d8c4865ccbff999e9a5 100644 (file)
@@ -23,8 +23,8 @@ from lib2to3.pytree import Node, Leaf
 from lib2to3.pgen2 import token
 from lib2to3.pygram import python_symbols as syms
 
-yacc1_debug = 0
-yacc2_debug = 0
+yacc1_debug = 1
+yacc2_debug = 1
 parse_debug = 1
 
 from ply import yacc, lex