add working preprocessor (creates docstrings)
[sv2nmigen.git] / parse_sv.py
index 4973540dc4d55dc366c0d1034203623088f90462..02f315dc88117633b8b14d8c4865ccbff999e9a5 100644 (file)
@@ -23,9 +23,9 @@ 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
-parse_debug = 0
+yacc1_debug = 1
+yacc2_debug = 1
+parse_debug = 1
 
 from ply import yacc, lex