Skip to content

expparse.y: conflicts: 1 reduce/reduce  #48

Description

@mpictor

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)


Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions