analyzer/stx_goodies_petitparser_analyzer.st
changeset 277 42d8f9316dce
parent 225 d99d3e951afc
child 283 ad363019e507
--- a/analyzer/stx_goodies_petitparser_analyzer.st	Tue Mar 04 21:27:18 2014 +0100
+++ b/analyzer/stx_goodies_petitparser_analyzer.st	Tue Mar 04 21:27:19 2014 +0100
@@ -27,7 +27,7 @@
      (the browser has a menu function for that)"
 
     ^ #(
-        #'stx:goodies/petitparser'    "PPEpsilonParser - superclass of PPSentinel "
+        #'stx:goodies/petitparser'    "PPActionParser - extended "
         #'stx:libbasic'    "LibraryDefinition - superclass of stx_goodies_petitparser_analyzer "
     )
 !
@@ -84,6 +84,54 @@
      Entries are 2-element array literals, consisting of class-name and selector."
 
     ^ #(
+        PPActionParser match:inContext:seen:
+        PPDelegateParser replace:with:
+        PPEpsilonParser isNullable
+        PPFailingParser match:inContext:seen:
+        PPLimitedRepeatingParser replace:with:
+        PPListParser copyInContext:seen:
+        PPListParser replace:with:
+        PPLiteralParser match:inContext:seen:
+        PPOptionalParser isNullable
+        PPParser allNamedParsers
+        PPParser allNamedParsersDo:
+        PPParser allParsers
+        PPParser allParsersDo:
+        PPParser allParsersDo:seen:
+        PPParser copyInContext:
+        PPParser copyInContext:seen:
+        PPParser cycleSet
+        PPParser cycleSet:
+        PPParser cycleSet:firstSets:into:
+        PPParser firstSet
+        PPParser firstSets
+        PPParser firstSets:into:
+        PPParser followSet
+        PPParser followSets
+        PPParser followSets:firstSets:into:
+        PPParser innerChildren
+        PPParser innerChildrenDo:
+        PPParser innerChildrenDo:seen:
+        PPParser isNullable
+        PPParser isTerminal
+        PPParser match:inContext:
+        PPParser match:inContext:seen:
+        PPParser matchList:against:inContext:seen:
+        PPParser matchList:index:against:index:inContext:seen:
+        PPParser namedChildren
+        PPParser namedChildrenDo:
+        PPParser namedChildrenDo:seen:
+        PPParser replace:with:
+        PPParser transform:
+        PPPluggableParser match:inContext:seen:
+        PPPredicateParser match:inContext:seen:
+        PPPredicateSequenceParser match:inContext:seen:
+        PPRepeatingParser isNullable
+        PPRepeatingParser match:inContext:seen:
+        PPSequenceParser cycleSet:
+        PPSequenceParser firstSets:into:
+        PPSequenceParser followSets:firstSets:into:
+        PPTokenParser match:inContext:seen:
     )
 ! !
 
@@ -116,11 +164,11 @@
 !stx_goodies_petitparser_analyzer class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/petitparser/analyzer/stx_goodies_petitparser_analyzer.st,v 1.1 2014-03-04 15:55:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/petitparser/analyzer/stx_goodies_petitparser_analyzer.st,v 1.2 2014-03-04 20:27:19 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/petitparser/analyzer/stx_goodies_petitparser_analyzer.st,v 1.1 2014-03-04 15:55:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/petitparser/analyzer/stx_goodies_petitparser_analyzer.st,v 1.2 2014-03-04 20:27:19 cg Exp $'
 !
 
 version_MC