Skip to content

Commit c819ad3

Browse files
committed
Remove unused precedence for DOT and ARROW operators in parser.mly
1 parent a033df3 commit c819ad3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/parser.mly

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
%left PLUS MINUS
6060
%left MULTIPLY DIVIDE MODULO
6161
%right UMINUS /* Precedence for unary minus - higher than binary ops */
62-
%left DOT ARROW
6362
%left LBRACKET
6463

6564
/* Type declarations for non-terminals */

0 commit comments

Comments
 (0)