From d30a43235f4d41ee60eaedbfa17c64509faeb19f Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Sun, 17 May 2020 03:36:49 +0200 Subject: [PATCH] =?UTF-8?q?Meilleurs=20priorit=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- syntaxique/lang.y | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/syntaxique/lang.y b/syntaxique/lang.y index b7ff205..23420aa 100644 --- a/syntaxique/lang.y +++ b/syntaxique/lang.y @@ -157,12 +157,12 @@ stmt* make_stmt (int type, var *var, expr *expr, %left OR XOR %left AND -%right NOT %left EQUIV -%left PLUS -%left TIMES %left EQUALS %left LT +%left PLUS +%left TIMES +%right NOT %%