Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
inline bool ParseLexem(Lexeme** str, LexemeType type)
34
{
35
if((*str)->type != type)
36
return false;
37
(*str)++;
38
return true;
39
}
40
41
unsigned int ParseTypename(Lexeme** str)
42
{
Callers
15
ParseNumber
Function · 0.85
ParseArrayDefinition
Function · 0.85
ParseTypeofExtended
Function · 0.85
ParseTypePostExpressions
Function · 0.85
ParseGenericEnd
Function · 0.85
ParseSelectType
Function · 0.85
ParseClassBody
Function · 0.85
ParseClassDefinition
Function · 0.85
ParseEnum
Function · 0.85
ParseFunctionArguments
Function · 0.85
ParseFunctionCall
Function · 0.85
ParseFunctionVariables
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected