MCPcopy Create free account
hub / github.com/WheretIB/nullc / ParseLexem

Function ParseLexem

NULLC/Parser.cpp:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33inline bool ParseLexem(Lexeme** str, LexemeType type)
34{
35 if((*str)->type != type)
36 return false;
37 (*str)++;
38 return true;
39}
40
41unsigned int ParseTypename(Lexeme** str)
42{

Callers 15

ParseNumberFunction · 0.85
ParseArrayDefinitionFunction · 0.85
ParseTypeofExtendedFunction · 0.85
ParseTypePostExpressionsFunction · 0.85
ParseGenericEndFunction · 0.85
ParseSelectTypeFunction · 0.85
ParseClassBodyFunction · 0.85
ParseClassDefinitionFunction · 0.85
ParseEnumFunction · 0.85
ParseFunctionArgumentsFunction · 0.85
ParseFunctionCallFunction · 0.85
ParseFunctionVariablesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected