From 6e1307c8837df19c0c02a5915f394a60787e88de Mon Sep 17 00:00:00 2001 From: Clemens-Dautermann Date: Fri, 18 Dec 2020 00:07:23 +0100 Subject: [PATCH] Most likely fixed the precedence issue --- .../.idea/.idea.Compiler/.idea/workspace.xml | 70 +++++++++++++++--- Compiler/DevFunctions.cs | 2 +- Compiler/Parser/Parser.cs | 71 ++++++++++++++----- 3 files changed, 113 insertions(+), 30 deletions(-) diff --git a/Compiler/.idea/.idea.Compiler/.idea/workspace.xml b/Compiler/.idea/.idea.Compiler/.idea/workspace.xml index ea4c909..49b8311 100644 --- a/Compiler/.idea/.idea.Compiler/.idea/workspace.xml +++ b/Compiler/.idea/.idea.Compiler/.idea/workspace.xml @@ -19,14 +19,9 @@