diff --git a/Compiler/.idea/.idea.Compiler/.idea/workspace.xml b/Compiler/.idea/.idea.Compiler/.idea/workspace.xml index f600010..ebc02b9 100644 --- a/Compiler/.idea/.idea.Compiler/.idea/workspace.xml +++ b/Compiler/.idea/.idea.Compiler/.idea/workspace.xml @@ -21,8 +21,7 @@ - - + @@ -174,7 +173,7 @@ - + @@ -232,70 +231,70 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + @@ -356,19 +355,6 @@ - - file://$PROJECT_DIR$/DevFunctions.cs - 86 - - - - - - - file://$PROJECT_DIR$/Parser/Parser.cs 261 diff --git a/Compiler/DevFunctions.cs b/Compiler/DevFunctions.cs index 497ab87..b2b6f8b 100644 --- a/Compiler/DevFunctions.cs +++ b/Compiler/DevFunctions.cs @@ -115,7 +115,7 @@ namespace Compiler //TestGenerator(programNode, 1); } - /* + Console.WriteLine($"---------------------invalid, stage {i}-------------------------------"); foreach (string file in Directory.GetFiles($"/home/clemens/repositorys/lcc/stage_{i}/invalid")) { @@ -124,7 +124,7 @@ namespace Compiler Node programNode = TestParser(tokens, file, 1); //TestGenerator(programNode, 1); } - */ + } } }