From 2b05625dbb093b6b89cfd41a449c55303ed89ffc Mon Sep 17 00:00:00 2001 From: Bart Wijgers <bartwijgers@hotmail.com> Date: Fri, 27 Sep 2019 16:15:46 +0200 Subject: [PATCH] Update the parser And merged it with the edited version we had. It seems that this extra line is the only thing that changed. --- src/GCLParser/Parser.y | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GCLParser/Parser.y b/src/GCLParser/Parser.y index 807fa45..d889440 100644 --- a/src/GCLParser/Parser.y +++ b/src/GCLParser/Parser.y @@ -71,6 +71,7 @@ import Debug.Trace %left implication %left or and +%left neg %nonassoc alias equal %nonassoc lessthan lessthanequal greaterthan greaterthanequal -- GitLab