X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=tiger%2Fsrc%2Flib%2Ftiger%2Ftiger_parser.mly;h=610ea48e939a65008aa97fe393511408bdf85c77;hb=7c9381cfa42670471ff857694bb56cde8f1e77c9;hp=e23fad0c922465c0b6105aabad3a28a05fc6385c;hpb=c7598faf75e8c27dcf2019dac47e56841af1f569;p=tiger.ml.git diff --git a/tiger/src/lib/tiger/tiger_parser.mly b/tiger/src/lib/tiger/tiger_parser.mly index e23fad0..610ea48 100644 --- a/tiger/src/lib/tiger/tiger_parser.mly +++ b/tiger/src/lib/tiger/tiger_parser.mly @@ -49,6 +49,8 @@ %token WHILE /* from lowest precedence */ +%left THEN +%left ELSE %nonassoc ASSIGN %left OF DO %left OR