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 3289857 commit f787f63Copy full SHA for f787f63
LuaParser/src/LuaCustomParser.cpp
@@ -10,6 +10,7 @@ int GetCurrentChar(std::string_view source, std::size_t i)
10
unsigned char ch = source[i];
11
return ch;
12
}
13
+ return EOZ;
14
15
16
LuaTokenType LuaCustomParser::Lex(std::string_view source, std::size_t start, std::size_t& consumeSize)
0 commit comments