diff -r ff58cd9f1f3c -r 0fb1f0799fc1 islands/PPNonEmptyParser.st --- 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: $' +! ! +