islands/PPNonEmptyParser.st
changeset 504 0fb1f0799fc1
parent 454 a9cd5ea7cc36
--- a/islands/PPNonEmptyParser.st	Fri Jul 24 15:37:23 2015 +0100
+++ b/islands/PPNonEmptyParser.st	Fri Jul 24 19:42:09 2015 +0100
@@ -12,6 +12,7 @@
 PPNonEmptyParser comment:'I return failure, if the delegate parser did not consumed any input.'
 !
 
+
 !PPNonEmptyParser methodsFor:'parsing'!
 
 parseOn: aPPContext
@@ -26,3 +27,10 @@
 	^ result
 ! !
 
+!PPNonEmptyParser class methodsFor:'documentation'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
+