Consolidate some parser rules with reg_ss and reg_r

There are now 5 shift/reduce conflicts and 3 reduce/reduce conflicts
This commit is contained in:
Rangi
2021-03-29 20:52:24 -04:00
parent 55b6cfff84
commit cc196954f3
2 changed files with 16 additions and 72 deletions

View File

@@ -45,7 +45,7 @@ REALLDFLAGS := ${LDFLAGS} ${WARNFLAGS} \
YFLAGS ?= -Wall
BISON := bison
BISON := winflexbison/win_bison --verbose --report-file=bison.log -Wcounterexamples
RM := rm -rf
# Rules to build the RGBDS binaries