Fix non-deterministic order in conflict description
This commit is contained in:
parent
2d436cf141
commit
3458fa6e50
4 changed files with 24 additions and 5 deletions
|
|
@ -36,7 +36,8 @@ class ParseAction {
|
|||
int precedence, int production_id);
|
||||
static ParseAction ShiftExtra();
|
||||
static ParseAction ReduceExtra(rules::Symbol symbol);
|
||||
bool operator==(const ParseAction &action) const;
|
||||
bool operator==(const ParseAction &) const;
|
||||
bool operator<(const ParseAction &) const;
|
||||
|
||||
ParseActionType type;
|
||||
rules::Symbol symbol;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue