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