<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -936,6 +936,22 @@ variable fd1
 		$4 0 -1  2 nok?
 ;
 
+# Will do this when I add GC.  I don't want to ever free memory manually in Pez
+# again.
+(
+variable sub-pez
+: instantiation
+	&quot;INSTANTIATION&quot; tests:
+		0 new-pez dup sub-pez ! 0= 0 ok?
+	
+	&quot;EVALUATION&quot; tests:
+		&quot;2 2 +&quot; sub-pez @ send-eval 0 ok?
+
+;
+)
+
+		
+
 #   Run all the regression subtests
 
 &quot;int&quot; puts
@@ -970,6 +986,8 @@ testeval
 testprocess
 &quot;regexes&quot; puts
 testregexes
+# &quot;instantiation&quot; puts
+# testinstantiation
 
 #   Low-level control structure primitives
 </diff>
      <filename>regress.pez</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c08a2c5ba9d3ef5fd7027dd81a105d98569ef367</id>
    </parent>
  </parents>
  <author>
    <name>Pete Elmore</name>
    <email>1337p337@gmail.com</email>
  </author>
  <url>http://github.com/pete/pez/commit/1caebdacb3c62c4f8c16fe34d029ada6ea33a27e</url>
  <id>1caebdacb3c62c4f8c16fe34d029ada6ea33a27e</id>
  <committed-date>2009-10-31T15:49:06-07:00</committed-date>
  <authored-date>2009-10-31T15:49:06-07:00</authored-date>
  <message>Comment out that test for now, going to implement GC before exposing Pez to Pez.</message>
  <tree>c729c8b058bc35c4e1a792d5f5832034aaffa047</tree>
  <committer>
    <name>Pete Elmore</name>
    <email>1337p337@gmail.com</email>
  </committer>
</commit>
