analyzer/stx_goodies_petitparser_analyzer.st
changeset 381 0bbbcf5da2d4
parent 378 53d66ecfeb1b
child 382 1825151d6455
--- a/analyzer/stx_goodies_petitparser_analyzer.st	Sun Oct 05 00:05:20 2014 +0100
+++ b/analyzer/stx_goodies_petitparser_analyzer.st	Sat Oct 04 21:26:15 2014 +0100
@@ -7,6 +7,12 @@
 	category:'* Projects & Packages *'
 !
 
+!stx_goodies_petitparser_analyzer class methodsFor:'documentation'!
+
+extensionsVersion_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
 
 !stx_goodies_petitparser_analyzer class methodsFor:'accessing - monticello'!
 
@@ -118,9 +124,6 @@
         PPOptionalParser isNullable
         PPParser allNamedParsers
         PPParser allNamedParsersDo:
-        PPParser allParsers
-        PPParser allParsersDo:
-        PPParser allParsersDo:seen:
         PPParser copyInContext:
         PPParser copyInContext:seen:
         PPParser cycleSet
@@ -160,6 +163,8 @@
         PPParser isFirstSetTerminal
         PPRepeatingParser followSets:firstSets:into:
     )
+
+    "Modified: / 04-10-2014 / 21:20:04 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !stx_goodies_petitparser_analyzer class methodsFor:'description - project information'!