From 69782dd2fa1e80dd4b2827f77f4e426f88458e8e Mon Sep 17 00:00:00 2001 From: Clemens-Dautermann Date: Mon, 17 Aug 2020 23:29:54 +0200 Subject: [PATCH] Removed unused NullToken --- .../.idea/.idea.Compiler/.idea/workspace.xml | 28 ++++++++----------- Compiler/Lexer/TokenType.cs | 3 -- 2 files changed, 11 insertions(+), 20 deletions(-) diff --git a/Compiler/.idea/.idea.Compiler/.idea/workspace.xml b/Compiler/.idea/.idea.Compiler/.idea/workspace.xml index 6a42945..f264d19 100644 --- a/Compiler/.idea/.idea.Compiler/.idea/workspace.xml +++ b/Compiler/.idea/.idea.Compiler/.idea/workspace.xml @@ -20,14 +20,8 @@ - - - - - - @@ -153,7 +147,7 @@ - + @@ -187,22 +181,22 @@ - + - - + + - - + + - - + + - + diff --git a/Compiler/Lexer/TokenType.cs b/Compiler/Lexer/TokenType.cs index 24a558c..4774217 100644 --- a/Compiler/Lexer/TokenType.cs +++ b/Compiler/Lexer/TokenType.cs @@ -14,8 +14,5 @@ namespace Compiler.Lexer //special Token to represent invalid matches InvalidToken, - - //empty toke - NullToken } } \ No newline at end of file