MCPcopy Create free account
hub / github.com/Koihik/LuaFormatter / LuaParser

Method LuaParser

generated/LuaParser.cpp:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11using namespace antlr4;
12
13LuaParser::LuaParser(TokenStream *input) : Parser(input) {
14 _interpreter = new atn::ParserATNSimulator(this, _atn, _decisionToDFA, _sharedContextCache);
15}
16
17LuaParser::~LuaParser() {
18 delete _interpreter;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected