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.
2 parents 9f83d50 + e73ac32 commit 4ef8c5fCopy full SHA for 4ef8c5f
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