All expression can now be typed.
authorpimjager <pim@pimjager.nl>
Wed, 13 Apr 2016 13:17:54 +0000 (15:17 +0200)
committerpimjager <pim@pimjager.nl>
Wed, 13 Apr 2016 13:17:54 +0000 (15:17 +0200)
commitcf5417094083fe82194940a157b6bdc74e40d844
treea51456df23991a944fc935bd6612233903159b46
parent2953e6cc260d8243e5434b7e787258ab073d34d2
All expression can now be typed.

Functions are now typed before expressions. This gives the program the form
let <fundecls> in <vardecls>

This leaves stuff such as mutal rucursion etc.
AST.dcl
sem.icl