Assign precedence and associativity to ELSE
[tiger.ml.git] / tiger / src / lib / tiger / tiger_parser.mly
index e23fad0..625632f 100644 (file)
@@ -49,6 +49,7 @@
 %token WHILE
 
 /* from lowest precedence */
+%left ELSE
 %nonassoc ASSIGN
 %left OF DO
 %left OR
This page took 0.017075 seconds and 4 git commands to generate.