We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed46f4f + e2789be commit 514e4b6Copy full SHA for 514e4b6
commentjson/commentjson.py
@@ -53,7 +53,7 @@
53
%import common.WS
54
%ignore WS
55
%ignore COMMENT
56
-''', maybe_placeholders=False)
+''', maybe_placeholders=False, parser='lalr')
57
58
serializer = Reconstructor(parser)
59
0 commit comments