Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ ParserState
Class
ParserState
InterfaceCompiler/main.cpp:181–188 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
179
};
180
181
struct ParserState{
182
int state = ParserStateInvalid;
183
std::shared_ptr<Statement> statement;
184
185
ParserState(int s){
186
state = s;
187
}
188
};
189
190
std::vector<std::string> keywordTokens = {
191
"interface"
,
Callers
1
Parse
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected