]> git.eshelyaron.com Git - emacs.git/commit
Add a mechanism to specify expected shift/reduce .wy conflicts
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 18 Jun 2019 14:05:08 +0000 (16:05 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 18 Jun 2019 14:05:08 +0000 (16:05 +0200)
commitf21ec24524c705e18674a2e9e4db37b11fa3ebab
tree4d3f1ad27a88122e2e2a965dfd05edcdbb2e8a55
parent90b44f336caf7d70721f44ac2497a38ff69d6c7d
Add a mechanism to specify expected shift/reduce .wy conflicts

* admin/grammars/python.wy: Set the expected number of
shift/reduce conflicts to four.

* lisp/cedet/semantic/grammar.el
(semantic-grammar-expected-conflicts): New function.

* lisp/cedet/semantic/wisent/comp.el (wisent-total-conflicts): Use
it to suppress warnings about the expected number of shift/reduce
conflicts.
admin/grammars/python.wy
lisp/cedet/semantic/grammar.el
lisp/cedet/semantic/wisent/comp.el