- separated the Doom specific parts of the ZScript parser from the core into a subclass.
This commit is contained in:
parent
2838f5792c
commit
466ed4e8f2
10 changed files with 1216 additions and 1060 deletions
|
|
@ -618,4 +618,7 @@ const char *GetMixinTypeString(EZCCMixinType type);
|
|||
|
||||
ZCC_TreeNode *TreeNodeDeepCopy(ZCC_AST *ast, ZCC_TreeNode *orig, bool copySiblings);
|
||||
|
||||
// Main entry point for the parser. Returns some data needed by the compiler.
|
||||
PNamespace* ParseOneScript(const int baselump, ZCCParseState& state);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue