comparison 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
comparison
equal deleted inserted replaced
98:094227f2f64e 99:b58b19c455ec
446 function getter(fun) 446 function getter(fun)
447 { 447 {
448 this.fun = fun; 448 this.fun = fun;
449 } 449 }
450 getter.prototype.args = [new symbol('self')]; 450 getter.prototype.args = [new symbol('self')];
451