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
|
7b6e47544a
|
Some more bugfixes, got regex working as well as the cpp version. (leaks memory like craaazy)
|
2015-06-14 18:13:52 -04:00 |
|
Nathan Braswell
|
65fd2ed9b7
|
Changed from typedef to obj and def
|
2015-05-16 12:05:23 -04:00 |
|
Nathan Braswell
|
5dcb5ba02a
|
Turns out it works now, added more to the test and some comments explaining why
|
2015-05-15 13:03:45 -04:00 |
|
Nathan Braswell
|
a64624ba25
|
More complicated inference working, now just have to round out the edges
|
2015-05-15 12:29:44 -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 |
|