MCPcopy 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
938void LuaParser::Check(LuaTokenKind c) {
939 if (Current() != c) {
940 LuaExpectedError(util::format("{} expected", c));
941 }
942}
943
944/* primaryexp -> NAME | '(' expr ')' */
945CompleteMarker LuaParser::PrimaryExpression() {

Callers

nothing calls this directly

Calls 1

formatFunction · 0.50

Tested by

no test coverage detected