Skip to content

Commit

Permalink
Merge pull request #47 from duelafn/lalr-parser
Browse files Browse the repository at this point in the history
Switch to faster LALR parser
  • Loading branch information
vaidik authored Oct 5, 2020
2 parents ed46f4f + e2789be commit 514e4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commentjson/commentjson.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
%import common.WS
%ignore WS
%ignore COMMENT
''', maybe_placeholders=False)
''', maybe_placeholders=False, parser='lalr')

serializer = Reconstructor(parser)

Expand Down

0 comments on commit 514e4b6

Please sign in to comment.