We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b214b commit 7398febCopy full SHA for 7398feb
include/LuaParser/Lexer/LuaLexer.h
@@ -31,7 +31,7 @@ class LuaLexer
31
32
std::vector<LuaToken>& GetTokens();
33
34
-
+
35
// void SetCustomParser(std::shared_ptr<LuaCustomParser> parser);
36
private:
37
static std::map<std::string, LuaTokenKind, std::less<>> LuaReserved;
include/LuaParser/Parse/Mark.h
@@ -1,6 +1,7 @@
1
#pragma once
2
3
#include <vector>
4
+#include <string>
5
#include "LuaParser/Ast/LuaSyntaxNodeKind.h"
6
#include "LuaParser/Lexer/LuaTokenKind.h"
7
#include "LuaParseError.h"
0 commit comments