raghavmecheri/viper

Reduce/Reduce conflict

Closed this issue · 0 comments

Caused by the below 2 lines:

| LPAREN formal_list RPAREN ASSIGN expr { Deconstruct($2, $5) }

| LPAREN expr RPAREN { $2 }