diff -r 46dd1237b20a -r 3b81c9e53352 compiler/libInit.cc --- a/compiler/libInit.cc Fri Jul 31 14:07:31 2015 +0100 +++ b/compiler/libInit.cc Mon Aug 17 12:56:02 2015 +0100 @@ -28,10 +28,14 @@ OBJ snd; struct __vmData__ *__pRT__; { __BEGIN_PACKAGE2__("libstx_goodies_petitparser_compiler", _libstx_goodies_petitparser_compiler_Init, "stx:goodies/petitparser/compiler"); _PEGFsa_Init(pass,__pRT__,snd); +_PEGFsaAbstractDeterminizator_Init(pass,__pRT__,snd); _PEGFsaFailure_Init(pass,__pRT__,snd); _PEGFsaInterpret_Init(pass,__pRT__,snd); +_PEGFsaInterpretRecord_Init(pass,__pRT__,snd); +_PEGFsaMinimizator_Init(pass,__pRT__,snd); _PEGFsaPair_Init(pass,__pRT__,snd); _PEGFsaState_Init(pass,__pRT__,snd); +_PEGFsaStateInfo_Init(pass,__pRT__,snd); _PEGFsaTransition_Init(pass,__pRT__,snd); _PPCASTUtilities_Init(pass,__pRT__,snd); _PPCArguments_Init(pass,__pRT__,snd); @@ -51,24 +55,34 @@ _PPCContext_Init(pass,__pRT__,snd); _PPCContextMemento_Init(pass,__pRT__,snd); _PPCGuard_Init(pass,__pRT__,snd); +_PPCIdGenerator_Init(pass,__pRT__,snd); _PPCMethod_Init(pass,__pRT__,snd); _PPCNode_Init(pass,__pRT__,snd); _PPCNodeVisitor_Init(pass,__pRT__,snd); _PPCPluggableConfiguration_Init(pass,__pRT__,snd); _PPCScanner_Init(pass,__pRT__,snd); _PPCScannerCodeGenerator_Init(pass,__pRT__,snd); +_PPCScannerResultStrategy_Init(pass,__pRT__,snd); _PPCTokenGuard_Init(pass,__pRT__,snd); _PPCompiledParser_Init(pass,__pRT__,snd); _PPMappedActionParser_Init(pass,__pRT__,snd); _stx_137goodies_137petitparser_137compiler_Init(pass,__pRT__,snd); _FooScanner_Init(pass,__pRT__,snd); +_PEGFsaCharacterTransition_Init(pass,__pRT__,snd); +_PEGFsaChoiceDeterminizator_Init(pass,__pRT__,snd); +_PEGFsaDeterminizator_Init(pass,__pRT__,snd); +_PEGFsaEpsilonTransition_Init(pass,__pRT__,snd); _PEGFsaGenerator_Init(pass,__pRT__,snd); +_PEGFsaPredicateTransition_Init(pass,__pRT__,snd); +_PEGFsaSequenceDeterminizator_Init(pass,__pRT__,snd); +_PEGFsaUncopiableState_Init(pass,__pRT__,snd); _PPCAbstractLiteralNode_Init(pass,__pRT__,snd); _PPCAbstractPredicateNode_Init(pass,__pRT__,snd); _PPCAnyNode_Init(pass,__pRT__,snd); _PPCCharacterNode_Init(pass,__pRT__,snd); _PPCCodeGenerator_Init(pass,__pRT__,snd); _PPCDelegateNode_Init(pass,__pRT__,snd); +_PPCDistinctResultStrategy_Init(pass,__pRT__,snd); _PPCEndOfFileNode_Init(pass,__pRT__,snd); _PPCFSACodeGen_Init(pass,__pRT__,snd); _PPCInlinedMethod_Init(pass,__pRT__,snd); @@ -78,11 +92,15 @@ _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); _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); _PPCAbstractActionNode_Init(pass,__pRT__,snd); _PPCAndNode_Init(pass,__pRT__,snd); _PPCCharSetPredicateNode_Init(pass,__pRT__,snd); @@ -110,7 +128,6 @@ _PPCSequenceNode_Init(pass,__pRT__,snd); _PPCSpecializingVisitor_Init(pass,__pRT__,snd); _PPCStarNode_Init(pass,__pRT__,snd); -_PPCTokenCodeGenerator_Init(pass,__pRT__,snd); _PPCTokenConsumeNode_Init(pass,__pRT__,snd); _PPCTokenDetector_Init(pass,__pRT__,snd); _PPCTokenNode_Init(pass,__pRT__,snd);