From 1a95fc2371e8272d6cc355d8afbe62b64bda9aa3 Mon Sep 17 00:00:00 2001 From: Clemens-Dautermann Date: Thu, 17 Dec 2020 21:36:39 +0100 Subject: [PATCH] Lots of comments and cleanup --- .../.idea.Compiler/.idea/contentModel.xml | 4 +- .../.idea/.idea.Compiler/.idea/modules.xml | 2 +- .../.idea.Compiler/.idea/riderModule.iml | 7 + .../.idea/.idea.Compiler/.idea/workspace.xml | 281 +-------- Compiler/DevFunctions.cs | 4 +- Compiler/Generator/Generator.cs | 7 +- Compiler/Parser/Parser.cs | 552 ++++++++++-------- test.s | 12 + 8 files changed, 351 insertions(+), 518 deletions(-) create mode 100644 Compiler/.idea/.idea.Compiler/.idea/riderModule.iml create mode 100644 test.s diff --git a/Compiler/.idea/.idea.Compiler/.idea/contentModel.xml b/Compiler/.idea/.idea.Compiler/.idea/contentModel.xml index 2a75fff..b67c82c 100644 --- a/Compiler/.idea/.idea.Compiler/.idea/contentModel.xml +++ b/Compiler/.idea/.idea.Compiler/.idea/contentModel.xml @@ -1,8 +1,8 @@ - - + + diff --git a/Compiler/.idea/.idea.Compiler/.idea/modules.xml b/Compiler/.idea/.idea.Compiler/.idea/modules.xml index fc752e6..1d59fd5 100644 --- a/Compiler/.idea/.idea.Compiler/.idea/modules.xml +++ b/Compiler/.idea/.idea.Compiler/.idea/modules.xml @@ -3,7 +3,7 @@ - + \ No newline at end of file diff --git a/Compiler/.idea/.idea.Compiler/.idea/riderModule.iml b/Compiler/.idea/.idea.Compiler/.idea/riderModule.iml new file mode 100644 index 0000000..1a4e0d9 --- /dev/null +++ b/Compiler/.idea/.idea.Compiler/.idea/riderModule.iml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/Compiler/.idea/.idea.Compiler/.idea/workspace.xml b/Compiler/.idea/.idea.Compiler/.idea/workspace.xml index c37df02..ea4c909 100644 --- a/Compiler/.idea/.idea.Compiler/.idea/workspace.xml +++ b/Compiler/.idea/.idea.Compiler/.idea/workspace.xml @@ -20,8 +20,11 @@ + + + + - @@ -43,81 +46,38 @@ - + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + @@ -132,7 +92,9 @@ + + @@ -178,6 +140,9 @@ + + + @@ -202,195 +167,7 @@