PPParserResource.st
changeset 51 8c02dc8bbf08
parent 4 90de244a7fa2
--- a/PPParserResource.st	Sat May 05 00:09:07 2012 +0200
+++ b/PPParserResource.st	Sat May 05 00:09:18 2012 +0200
@@ -12,7 +12,7 @@
 
 parserAt: aParserClass
 	"Answer a cached instance of aParserClass."
-
+	
 	^ parsers at: aParserClass name ifAbsentPut: [ aParserClass new ]
 ! !
 
@@ -25,6 +25,14 @@
 
 !PPParserResource class methodsFor:'documentation'!
 
+version
+    ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPParserResource.st,v 1.3 2012-05-04 22:09:18 vrany Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPParserResource.st,v 1.3 2012-05-04 22:09:18 vrany Exp $'
+!
+
 version_SVN
-    ^ '$Id: PPParserResource.st,v 1.2 2012-01-13 11:22:50 cg Exp $'
+    ^ '§Id: PPParserResource.st 4 2010-12-18 17:02:23Z kursjan §'
 ! !