Assign precedence and associativity to OF and DO
[tiger.ml.git] / tiger / src / lib / tiger / tiger_parser.mly
index e8d32f6..af0d30c 100644 (file)
@@ -49,6 +49,7 @@
 %token WHILE
 
 /* from lowest precedence */
+%left OF DO
 %left OR
 %left AND
 %nonassoc EQ NEQ GT LT GE LE
This page took 0.025975 seconds and 4 git commands to generate.