Renames project.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#ifndef ELOHIMSCRIPT_LEXER_HPP
|
||||
#define ELOHIMSCRIPT_LEXER_HPP
|
||||
#ifndef MALACHSCRIPT_LEXER_HPP
|
||||
#define MALACHSCRIPT_LEXER_HPP
|
||||
|
||||
#include <string_view>
|
||||
#include "../../Diagnostics/Diagnostics.hpp"
|
||||
#include "../../Utils/MemoryAllocator.hpp"
|
||||
#include "LexToken.hpp"
|
||||
|
||||
namespace ElohimScript::Parser {
|
||||
namespace MalachScript::Parser {
|
||||
class Lexer {
|
||||
public:
|
||||
Lexer(const char* scriptName, const char* script, Diagnostics::Diagnostics* diag)
|
||||
@@ -65,4 +65,4 @@ namespace ElohimScript::Parser {
|
||||
};
|
||||
}
|
||||
|
||||
#endif // ELOHIMSCRIPT_LEXER_HPP
|
||||
#endif // MALACHSCRIPT_LEXER_HPP
|
||||
|
||||
Reference in New Issue
Block a user