Nathan Braswell
|
2c29846570
|
Swapped pointers to the other side for types to prevent ambiguity, i.e. *int instead of int*
|
2015-07-04 17:02:51 -04:00 |
|
Nathan Braswell
|
65fd2ed9b7
|
Changed from typedef to obj and def
|
2015-05-16 12:05:23 -04:00 |
|
Nathan Braswell
|
f5e74ca7ce
|
Template function instantiation type inference work - super simple inference works (i.e. id<T>(i:T) { return i; }), and the framework is good, just have to flesh out unifyType to handle more than the trivial case
|
2015-05-14 00:25:18 -04:00 |
|
Nathan Braswell
|
44d310c092
|
Got simple type inference for declaration statements working with test
|
2015-05-10 02:18:59 -04:00 |
|