islands/PPMemoizingIsland.st
changeset 420 b2f2f15cef26
parent 387 e2b2ccaa4de6
child 454 a9cd5ea7cc36
--- 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:		<Object>
	rootParser:		<Object>

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: <not expanded> $'
+! !
+
 
 PPMemoizingIsland initialize!