diff --git a/src/etc/filefuncs.cpp b/src/etc/filefuncs.cpp index 086faea..93d9438 100644 --- a/src/etc/filefuncs.cpp +++ b/src/etc/filefuncs.cpp @@ -1,6 +1,3 @@ -// -// Created by username404 on 15/01/2021. -// #include using namespace std; diff --git a/src/etc/lexer.cpp b/src/etc/lexer.cpp index 8cdcc34..418594e 100644 --- a/src/etc/lexer.cpp +++ b/src/etc/lexer.cpp @@ -1,7 +1,3 @@ -// -// Created by doggo on 04/02/2021. -// - #include "../headers/lex.hpp" #include using namespace std; diff --git a/src/headers/lex.hpp b/src/headers/lex.hpp index 7e08092..7c3132f 100644 --- a/src/headers/lex.hpp +++ b/src/headers/lex.hpp @@ -1,7 +1,3 @@ -// -// Created by doggo on 04/02/2021. -// - #ifndef YERBACON_LEX_H #define YERBACON_LEX_H diff --git a/src/headers/misc.hpp b/src/headers/misc.hpp index c6fe3f9..aabc507 100644 --- a/src/headers/misc.hpp +++ b/src/headers/misc.hpp @@ -1,7 +1,3 @@ -// -// Created by doggo on 03/03/2021. -// - #ifndef YERBACON_MISC_HPP #define YERBACON_MISC_HPP diff --git a/src/headers/parsing/ParseComponents.hpp b/src/headers/parsing/ParseComponents.hpp index 40cc5b8..9770e0f 100644 --- a/src/headers/parsing/ParseComponents.hpp +++ b/src/headers/parsing/ParseComponents.hpp @@ -1,7 +1,3 @@ -// -// Created by doggo on 03/03/2021. -// - #ifndef YERBACON_PARSECOMPONENTS_HPP #define YERBACON_PARSECOMPONENTS_HPP diff --git a/src/headers/parsing/StandardComponents.hpp b/src/headers/parsing/StandardComponents.hpp index bc9ee83..a4c4709 100644 --- a/src/headers/parsing/StandardComponents.hpp +++ b/src/headers/parsing/StandardComponents.hpp @@ -1,7 +1,3 @@ -// -// Created by doggo on 05/03/2021. -// - #ifndef YERBACON_STANDARDCOMPONENTS_HPP #define YERBACON_STANDARDCOMPONENTS_HPP #include "ParseComponents.hpp" diff --git a/src/parser/MainParse.cpp b/src/parser/MainParse.cpp index 3ec4be2..92a6806 100644 --- a/src/parser/MainParse.cpp +++ b/src/parser/MainParse.cpp @@ -1,6 +1,3 @@ -// -// Created by username404 on 11/12/2020. -// #include "../headers/lex.hpp" #include "../headers/parsing/ParseComponents.hpp" #include "../headers/parsing/StandardComponents.hpp" diff --git a/src/transpiler/MainTranspile.cpp b/src/transpiler/MainTranspile.cpp index d3c6d12..51a86a9 100644 --- a/src/transpiler/MainTranspile.cpp +++ b/src/transpiler/MainTranspile.cpp @@ -1,6 +1,3 @@ -// -// Created by username404 on 09/01/2021. -// #include using namespace std;