]> granicus.if.org Git - yasm/commit
Fix all shift/reduce and reduce/reduce conflicts except for those that
authorPeter Johnson <peter@tortall.net>
Tue, 22 May 2001 07:17:04 +0000 (07:17 -0000)
committerPeter Johnson <peter@tortall.net>
Tue, 22 May 2001 07:17:04 +0000 (07:17 -0000)
commitc07fec8b8848130a0fb10266c29fb46f9077c50b
tree5fa520f0bdd5360b42d98641f829f7537f1bb4b1
parentd168b3bdd09047b324a168ae5b397c26040f096f
Fix all shift/reduce and reduce/reduce conflicts except for those that
involve REG_AL, REG_AX, and REG_EAX with immediates.  Also eliminated
various unused rules.
Still need to figure out the proper thing to do with XCHG and AX/EAX as
one of the parameters.
Build still breaks because ONE is not a real token (it needs to be handled
along with the AL, AX, and EAX conflicts in gen_instr.pl).

svn path=/trunk/yasm/; revision=33
modules/parsers/nasm/bison.y.in
modules/parsers/nasm/nasm-bison.y
src/bison.y.in
src/instrs.dat
src/parsers/nasm/bison.y.in
src/parsers/nasm/nasm-bison.y