compiler/libInit.cc
changeset 524 f6f68d32de73
parent 515 b5316ef15274
child 525 751532c8f3db
--- a/compiler/libInit.cc	Mon Aug 17 12:13:16 2015 +0100
+++ b/compiler/libInit.cc	Mon Aug 24 15:34:14 2015 +0100
@@ -40,20 +40,17 @@
 _PPCASTUtilities_Init(pass,__pRT__,snd);
 _PPCArguments_Init(pass,__pRT__,snd);
 _PPCBridge_Init(pass,__pRT__,snd);
+_PPCClass_Init(pass,__pRT__,snd);
 _PPCClassBuilder_Init(pass,__pRT__,snd);
 _PPCCodeBlock_Init(pass,__pRT__,snd);
 _PPCCodeGen_Init(pass,__pRT__,snd);
 _PPCCompilationError_Init(pass,__pRT__,snd);
 _PPCCompilationWarning_Init(pass,__pRT__,snd);
 _PPCCompiledMethod_Init(pass,__pRT__,snd);
-_PPCCompiler_Init(pass,__pRT__,snd);
-_PPCCompilerTokenErrorStrategy_Init(pass,__pRT__,snd);
-_PPCCompilerTokenRememberStrategy_Init(pass,__pRT__,snd);
-_PPCCompilerTokenizingErrorStrategy_Init(pass,__pRT__,snd);
-_PPCCompilerTokenizingRememberStrategy_Init(pass,__pRT__,snd);
 _PPCConfiguration_Init(pass,__pRT__,snd);
 _PPCContext_Init(pass,__pRT__,snd);
 _PPCContextMemento_Init(pass,__pRT__,snd);
+_PPCDistinctScanner_Init(pass,__pRT__,snd);
 _PPCGuard_Init(pass,__pRT__,snd);
 _PPCIdGenerator_Init(pass,__pRT__,snd);
 _PPCMethod_Init(pass,__pRT__,snd);
@@ -62,6 +59,7 @@
 _PPCPluggableConfiguration_Init(pass,__pRT__,snd);
 _PPCScanner_Init(pass,__pRT__,snd);
 _PPCScannerCodeGenerator_Init(pass,__pRT__,snd);
+_PPCScannerError_Init(pass,__pRT__,snd);
 _PPCScannerResultStrategy_Init(pass,__pRT__,snd);
 _PPCTokenGuard_Init(pass,__pRT__,snd);
 _PPCompiledParser_Init(pass,__pRT__,snd);
@@ -73,6 +71,7 @@
 _PEGFsaDeterminizator_Init(pass,__pRT__,snd);
 _PEGFsaEpsilonTransition_Init(pass,__pRT__,snd);
 _PEGFsaGenerator_Init(pass,__pRT__,snd);
+_PEGFsaParserState_Init(pass,__pRT__,snd);
 _PEGFsaPredicateTransition_Init(pass,__pRT__,snd);
 _PEGFsaSequenceDeterminizator_Init(pass,__pRT__,snd);
 _PEGFsaUncopiableState_Init(pass,__pRT__,snd);
@@ -85,22 +84,25 @@
 _PPCDistinctResultStrategy_Init(pass,__pRT__,snd);
 _PPCEndOfFileNode_Init(pass,__pRT__,snd);
 _PPCFSACodeGen_Init(pass,__pRT__,snd);
+_PPCFSAVisitor_Init(pass,__pRT__,snd);
 _PPCInlinedMethod_Init(pass,__pRT__,snd);
 _PPCInliningVisitor_Init(pass,__pRT__,snd);
 _PPCListNode_Init(pass,__pRT__,snd);
 _PPCNilNode_Init(pass,__pRT__,snd);
+_PPCNoResultStrategy_Init(pass,__pRT__,snd);
 _PPCPluggableNode_Init(pass,__pRT__,snd);
 _PPCProfilingContext_Init(pass,__pRT__,snd);
 _PPCRewritingVisitor_Init(pass,__pRT__,snd);
 _PPCTokenCodeGenerator_Init(pass,__pRT__,snd);
 _PPCTokenizingCodeGen_Init(pass,__pRT__,snd);
-_PPCTokenizingCompiler_Init(pass,__pRT__,snd);
 _PPCTokenizingConfiguration_Init(pass,__pRT__,snd);
+_PPCUniversalCodeGen_Init(pass,__pRT__,snd);
 _PPCUniversalConfiguration_Init(pass,__pRT__,snd);
 _PPCUniversalResultStrategy_Init(pass,__pRT__,snd);
 _PPCUnknownNode_Init(pass,__pRT__,snd);
 _PPTokenizingCompiledParser_Init(pass,__pRT__,snd);
 _PEGFsaEOFTransition_Init(pass,__pRT__,snd);
+_PEGFsaParserTransition_Init(pass,__pRT__,snd);
 _PPCAbstractActionNode_Init(pass,__pRT__,snd);
 _PPCAndNode_Init(pass,__pRT__,snd);
 _PPCCharSetPredicateNode_Init(pass,__pRT__,snd);
@@ -137,6 +139,7 @@
 _PPCTokenizingParserNode_Init(pass,__pRT__,snd);
 _PPCTokenizingVisitor_Init(pass,__pRT__,snd);
 _PPCTrimmingTokenNode_Init(pass,__pRT__,snd);
+_PPCUniversalCodeGenerator_Init(pass,__pRT__,snd);
 _PPCActionNode_Init(pass,__pRT__,snd);
 _PPCDeterministicChoiceNode_Init(pass,__pRT__,snd);
 _PPCRecognizingSequenceNode_Init(pass,__pRT__,snd);