]> granicus.if.org Git - jq/commit
Resolve remaining shift/reduce conflicts involving '?' 858/head
authorDavid Tolnay <dtolnay@gmail.com>
Sun, 19 Jul 2015 06:44:06 +0000 (23:44 -0700)
committerDavid Tolnay <dtolnay@gmail.com>
Sun, 19 Jul 2015 16:43:10 +0000 (09:43 -0700)
commitf5a7bba986d82e0dfc5fd7bce2b8ed78a5b970b5
treea44b961104d70aad703d508278a835f798c5702b
parent66ef8e2c243207bb4edd88c409ce90fc95e0dffe
Resolve remaining shift/reduce conflicts involving '?'

By lowering the precedence of rules that should never use
the generic Exp '?' rule.
parser.c
parser.h
parser.y