diff compiler.js @ 99:b58b19c455ec

Initial work on type system
author Mike Pavone <pavone@retrodev.com>
date Tue, 07 Aug 2012 23:29:21 -0700
parents 59a94f3ad56f
children 648659961e0e
line wrap: on
line diff
--- a/compiler.js	Thu Jul 26 23:41:54 2012 -0700
+++ b/compiler.js	Tue Aug 07 23:29:21 2012 -0700
@@ -448,3 +448,4 @@
 	this.fun = fun;
 }
 getter.prototype.args = [new symbol('self')];
+