From 87b90e1d5483a024eab3823da379797eb5e59abc Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 23 Dec 2022 06:50:50 +0100 Subject: [PATCH] fix test 35 --- parser.mly | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/parser.mly b/parser.mly index 8fcc2f4..7564cc3 100644 --- a/parser.mly +++ b/parser.mly @@ -15,8 +15,9 @@ %token Land Lor %token Lif Lelse Lwhile -%left Ladd Lsub Lseq Lsge Lsgt Lsle Lslt Lsne Land Lor +%left Ladd Lsub Lseq Lsge Lsgt Lsle Lslt Lsne %left Lmul Ldiv Lrem +%left Land Lor %type prog