summaryrefslogtreecommitdiff
path: root/src/typecheck.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-10subst: Take the input Exprs by referenceNanoTech1-1/+1
2017-03-10shift: Take the input Expr by referenceNanoTech1-4/+4
2017-03-10Seperate built-in types and functions from ExprNanoTech1-30/+24
2017-03-10Replace Cow<'i, str> with &'i str in ExprNanoTech1-12/+12
2017-03-10Begin implementing type checkingNanoTech1-0/+621