diff -r 5c502ab8e87d -r b2f2f15cef26 islands/PPMemoizingIsland.st --- a/islands/PPMemoizingIsland.st Sat Nov 08 02:08:45 2014 +0000 +++ b/islands/PPMemoizingIsland.st Wed Nov 19 10:52:37 2014 +0000 @@ -10,6 +10,7 @@ PPMemoizingIsland comment:'A PPMemoizingIsland is memoized version of PPIsland. Use this one, unless you don''t mind really bad performance. If the memoized version is not working flawlessly, its a bug!! Please see help of the PPIsland for how to use... Instance Variables memoizationDictionaries: rootParser: memoizationDictionaries - memoization cache rootParser - used for memoizing, once the root changes, flushes the caches ' ! + !PPMemoizingIsland class methodsFor:'as yet unclassified'! initialize @@ -88,5 +89,12 @@ ! ! +!PPMemoizingIsland class methodsFor:'documentation'! + +version_HG + + ^ '$Changeset: $' +! ! + PPMemoizingIsland initialize!