MCPcopy 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
181struct ParserState{
182 int state = ParserStateInvalid;
183 std::shared_ptr<Statement> statement;
184
185 ParserState(int s){
186 state = s;
187 }
188};
189
190std::vector<std::string> keywordTokens = {
191 "interface",

Callers 1

ParseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected