| 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; |
no test coverage detected