ANN2(1,2) m_bool emit_instantiate_object(const Emitter, const Type, const Array_Sub, const m_bool);
ANN m_uint emit_code_offset(const Emitter emit);
ANN m_uint emit_local(const Emitter emit, const m_uint size, const m_bool is_obj);
+ANN Instr emit_exp_spork(const Emitter, const Exp_Unary*);
#endif
ANN m_bool scan1_class_def(const Env, const Class_Def);
ANN m_bool scan2_class_def(const Env, const Class_Def);
ANN m_bool check_class_def(const Env, const Class_Def);
+
+ANN Type check_exp_call1(const Env env, const Exp_Call *exp);
#endif
#include "template.h"
#include "parse.h"
-ANN Type check_exp_call1(const Env env, const Exp_Call *exp);
-ANN Instr emit_exp_spork(const Emitter, const Exp_Unary*);
-
static INSTR(LambdaAssign) {
POP_REG(shred, SZ_INT)
*(Func*)REG(-SZ_INT) = *(Func*)REG(0);