MCPcopy Create free account
hub / github.com/WheretIB/nullc / DeInitGrammar

Method DeInitGrammar

Colorer.cpp:711–716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

709 *(nameSpace | funcdef | expr | (+alnumP)[LogError("ERROR: unexpected symbol")]);
710 }
711 void DeInitGrammar()
712 {
713 DeleteParsers();
714 delete[] moduleSource;
715 moduleSource = NULL;
716 }
717
718 // Parsing rules
719 Rule expr, block, funcdef, breakExpr, continueExpr, ifExpr, forExpr, returnExpr, vardef, vardefsub, whileExpr, dowhileExpr, switchExpr, typeDef;

Callers 1

~ColorerMethod · 0.80

Calls 1

DeleteParsersFunction · 0.85

Tested by

no test coverage detected