relevant parts of expparse.output, created with bison -Wall -rall src/express/expparse.y:
Terminals unused in grammar
TOK_CONTEXT
TOK_END_CONTEXT
TOK_END_MODEL
TOK_MODEL
State 578 conflicts: 1 reduce/reduce
state 527
222 group_ref: TOK_BACKSLASH . TOK_IDENTIFIER
224 qualifier: TOK_BACKSLASH . TOK_IDENTIFIER
TOK_IDENTIFIER shift, and go to state 578
state 578
222 group_ref: TOK_BACKSLASH TOK_IDENTIFIER . [TOK_SEMICOLON]
224 qualifier: TOK_BACKSLASH TOK_IDENTIFIER . [TOK_LEFT_BRACKET, TOK_BACKSLASH, TOK_DOT, TOK_SEMICOLON]
TOK_SEMICOLON reduce using rule 222 (group_ref)
TOK_SEMICOLON [reduce using rule 224 (qualifier)]
$default reduce using rule 224 (qualifier)
relevant parts of expparse.output, created with
bison -Wall -rall src/express/expparse.y:state 527 222 group_ref: TOK_BACKSLASH . TOK_IDENTIFIER 224 qualifier: TOK_BACKSLASH . TOK_IDENTIFIER TOK_IDENTIFIER shift, and go to state 578state 578 222 group_ref: TOK_BACKSLASH TOK_IDENTIFIER . [TOK_SEMICOLON] 224 qualifier: TOK_BACKSLASH TOK_IDENTIFIER . [TOK_LEFT_BRACKET, TOK_BACKSLASH, TOK_DOT, TOK_SEMICOLON] TOK_SEMICOLON reduce using rule 222 (group_ref) TOK_SEMICOLON [reduce using rule 224 (qualifier)] $default reduce using rule 224 (qualifier)