MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / ParserState

Method ParserState

InterfaceCompiler/main.cpp:185–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183 std::shared_ptr<Statement> statement;
184
185 ParserState(int s){
186 state = s;
187 }
188};
189
190std::vector<std::string> keywordTokens = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected