compiler/libInit.cc
changeset 3 97ee341d3e9f
parent 2 2a3e47c13905
child 4 3d80069ea3e2
--- a/compiler/libInit.cc	Tue Aug 25 19:05:18 2015 +0100
+++ b/compiler/libInit.cc	Wed Aug 26 07:51:18 2015 +0100
@@ -27,17 +27,31 @@
 void _libjv_tea_compiler_Init(pass, __pRT__, snd)
 OBJ snd; struct __vmData__ *__pRT__; {
 __BEGIN_PACKAGE2__("libjv_tea_compiler", _libjv_tea_compiler_Init, "jv:tea/compiler");
+_TBinding_Init(pass,__pRT__,snd);
+_TClass_Init(pass,__pRT__,snd);
 _TCompiler_Init(pass,__pRT__,snd);
 _TFormatter_Init(pass,__pRT__,snd);
+_TMetaclass_Init(pass,__pRT__,snd);
+_TMethod_Init(pass,__pRT__,snd);
 _TParser_Init(pass,__pRT__,snd);
+_TProgramNodeVisitor_Init(pass,__pRT__,snd);
+_TScope_Init(pass,__pRT__,snd);
 _TType_Init(pass,__pRT__,snd);
 _TTypeNode_Init(pass,__pRT__,snd);
 _TTypeSpecNode_Init(pass,__pRT__,snd);
 _jv_137tea_137compiler_Init(pass,__pRT__,snd);
+_TFunctionBinding_Init(pass,__pRT__,snd);
+_TSemanticAnalyzer_Init(pass,__pRT__,snd);
 _TSimpleType_Init(pass,__pRT__,snd);
 _TSimpleTypeNode_Init(pass,__pRT__,snd);
+_TTypeChecker_Init(pass,__pRT__,snd);
 _TUnionType_Init(pass,__pRT__,snd);
 _TUnionTypeNode_Init(pass,__pRT__,snd);
+_TValueBinding_Init(pass,__pRT__,snd);
+_TConstantBinding_Init(pass,__pRT__,snd);
+_TVariableBinding_Init(pass,__pRT__,snd);
+_TArgumentBinding_Init(pass,__pRT__,snd);
+_TLocalBinding_Init(pass,__pRT__,snd);
 
 _jv_137tea_137compiler_extensions_Init(pass,__pRT__,snd);
 __END_PACKAGE__();