Skip to content

Resolve shift/reduce conflicts with precedence rules (#17232)

Vladislav Zavialov requested to merge wip/parsing-prec into master

The rules that cause conflicts are now marked as %prec shift.

Unfortunately, the lookahead tokens that trigger the shift must be listed in a single %nonassoc.

Merge request reports