diff options
| author | Cori Barker <coribarker2@gmail.com> | 2026-02-09 11:59:14 +0000 |
|---|---|---|
| committer | Cori Barker <coribarker2@gmail.com> | 2026-02-09 11:59:14 +0000 |
| commit | b3f83360282bfe327c0ccbeecab706e0e7d2c050 (patch) | |
| tree | 1ab29e9ebbf3d3f2fb66f59cbbc687451f8da62e /include/lexer | |
| parent | 26738e6c932038ea309a5dbaa9e941fc1ce144b8 (diff) | |
Changed .h to .hpp
Diffstat (limited to 'include/lexer')
| -rw-r--r-- | include/lexer/lexer.hpp (renamed from include/lexer/lexer.h) | 2 | ||||
| -rw-r--r-- | include/lexer/token.hpp (renamed from include/lexer/token.h) | 2 | ||||
| -rw-r--r-- | include/lexer/token_type.hpp (renamed from include/lexer/token_type.h) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/include/lexer/lexer.h b/include/lexer/lexer.hpp index f24e92e..2c165b6 100644 --- a/include/lexer/lexer.h +++ b/include/lexer/lexer.hpp @@ -1,7 +1,7 @@ #ifndef LEXER_H #define LEXER_H -#include "token.h" +#include "token.hpp" #include <vector> #include <string> diff --git a/include/lexer/token.h b/include/lexer/token.hpp index 54ac116..86a41f6 100644 --- a/include/lexer/token.h +++ b/include/lexer/token.hpp @@ -1,7 +1,7 @@ #ifndef TOKEN_H #define TOKEN_H -#include "token_type.h" +#include "token_type.hpp" #include <string> diff --git a/include/lexer/token_type.h b/include/lexer/token_type.hpp index f83c6d6..f83c6d6 100644 --- a/include/lexer/token_type.h +++ b/include/lexer/token_type.hpp |
