diff --git a/temp/CMakeLists.txt b/lexer/CMakeLists.txt similarity index 100% rename from temp/CMakeLists.txt rename to lexer/CMakeLists.txt diff --git a/temp/inc/Lexer.h b/lexer/inc/Lexer.h similarity index 100% rename from temp/inc/Lexer.h rename to lexer/inc/Lexer.h diff --git a/temp/inc/Token.h b/lexer/inc/Token.h similarity index 100% rename from temp/inc/Token.h rename to lexer/inc/Token.h diff --git a/temp/src/Lexer.cpp b/lexer/src/Lexer.cpp similarity index 100% rename from temp/src/Lexer.cpp rename to lexer/src/Lexer.cpp diff --git a/temp/src/Token.cpp b/lexer/src/Token.cpp similarity index 100% rename from temp/src/Token.cpp rename to lexer/src/Token.cpp