We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be0696 commit e73ac32Copy full SHA for e73ac32
src/verilog/parser.y
@@ -581,6 +581,8 @@ int yyverilogerror(const char *error)
581
// following System Verilog 1800-2017 Table 11-2.
582
// Bison expects these in order of increasing precedence,
583
// whereas the table gives them in decreasing order.
584
+%nonassoc '{'
585
+%nonassoc '=' "+=" "-=" "*=" "/=" "%=" "&=" "^=" "|=" "<<=" ">>=" "<<<=" ">>>=" ":=" ":/"
586
%right "->" "<->"
587
%right "?" ":"
588
%left "||"
0 commit comments