Skip to content

Commit 90bec74

Browse files
author
David Hartmann
committed
added custom raw c rules
1 parent 9254b5d commit 90bec74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pyrex/bison_.pyx

+2
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,8 @@ cdef class ParserEngine:
309309

310310
write("\n\n%%\n\n")
311311

312+
write(parser.raw_c_rules)
313+
312314
# carve up docstrings
313315
rules = []
314316
for h in gHandlers:

0 commit comments

Comments
 (0)