Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Koihik/LuaFormatter
/ ~LuaParser
Method
~LuaParser
generated/LuaParser.cpp:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
LuaParser::~LuaParser() {
18
delete _interpreter;
19
}
20
21
std::string LuaParser::getGrammarFileName() const {
22
return
"Lua.g4"
;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected