Added anomymous functions as in Konrad Kiss's resource.

This commit is contained in:
Daniel Buckmaster 2014-12-29 21:49:52 +11:00
parent e9308e40ed
commit 1204b81a78
4 changed files with 35 additions and 1 deletions

View file

@ -575,6 +575,8 @@ struct FunctionDeclStmtNode : StmtNode
};
extern StmtNode *gStatementList;
extern ExprEvalState gEvalState;;
extern StmtNode *gAnonFunctionList;
extern U32 gAnonFunctionID;
extern ExprEvalState gEvalState;
#endif