hx509: Fix sel-gram.y shift/reduce conflicts
commit664b749399e89b55d7e9acdf27334c4ab94b9427
authorNicolas Williams <nico@twosigma.com>
Sat, 22 Jan 2022 04:57:24 +0000 (21 22:57 -0600)
committerNicolas Williams <nico@twosigma.com>
Sat, 22 Jan 2022 04:58:22 +0000 (21 22:58 -0600)
tree44822bbd244f3840275cffb498a2845d3b307200
parente1fa08a4d672d588a3efee279c7ccd27051b7634
hx509: Fix sel-gram.y shift/reduce conflicts

AND and OR are now binary operators, left-associative, with AND having
higher precedence than OR.

The not operator is now higher-precedence than the AND and OR operators.
lib/hx509/Makefile.am
lib/hx509/sel-gram.y