Assign precedence and associativity to THEN
[tiger.ml.git] / tiger / src / lib / tiger / tiger_parser.mly
index e8d32f6..610ea48 100644 (file)
 %token WHILE
 
 /* from lowest precedence */
+%left THEN
+%left ELSE
+%nonassoc ASSIGN
+%left OF DO
 %left OR
 %left AND
 %nonassoc EQ NEQ GT LT GE LE
This page took 0.025261 seconds and 4 git commands to generate.