Checkin from browser
authorJan Vrany <jan.vrany@fit.cvut.cz>
Sat, 05 May 2012 00:10:13 +0200
changeset 56 e6c555201a3a
parent 55 e84f763c3447
child 57 caf553957d9c
Checkin from browser
PPListParser.st
--- a/PPListParser.st	Sat May 05 00:10:02 2012 +0200
+++ b/PPListParser.st	Sat May 05 00:10:13 2012 +0200
@@ -7,11 +7,6 @@
 	category:'PetitParser-Parsers'
 !
 
-PPListParser comment:'Abstract parser that parses a list of things in some way (to be specified by the subclasses).
-Instance Variables:
-	parsers <SequenceableCollection of: PPParser>   A sequence of other parsers to delegate to.'
-!
-
 
 !PPListParser class methodsFor:'instance creation'!
 
@@ -57,6 +52,14 @@
 
 !PPListParser class methodsFor:'documentation'!
 
+version
+    ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPListParser.st,v 1.3 2012-05-04 22:10:13 vrany Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPListParser.st,v 1.3 2012-05-04 22:10:13 vrany Exp $'
+!
+
 version_SVN
-    ^ '$Id: PPListParser.st,v 1.2 2012-01-13 11:22:50 cg Exp $'
+    ^ '§Id: PPListParser.st 2 2010-12-17 18:44:23Z vranyj1 §'
 ! !