]> 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 13:56:18 +0000 (15:56 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 18 Jun 2019 13:56:18 +0000 (15:56 +0200)
commitd715ae8788e16b22f7f68cb82b51a40ad95c78c2
tree38dc3b3f14c2074456e909de00761d5aa57998a3
parente09fcc1ff33c0643e9100cb5eee5ff351a85fcbb
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