Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ Check
Method
Check
LuaParser/src/Parse/LuaParser.cpp:938–942 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
936
}
937
938
void LuaParser::Check(LuaTokenKind c) {
939
if (Current() != c) {
940
LuaExpectedError(util::format(
"{} expected"
, c));
941
}
942
}
943
944
/* primaryexp -> NAME |
'('
expr
')'
*/
945
CompleteMarker LuaParser::PrimaryExpression() {
Callers
nothing calls this directly
Calls
1
format
Function · 0.50
Tested by
no test coverage detected