summaryrefslogtreecommitdiff
path: root/src/typecheck.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* normalize: Take the input Expr by referenceNanoTech2017-03-101-17/+17
* Implement more typechecking for Prelude/List/shiftedNanoTech2017-03-101-46/+82
* subst: Take the input Exprs by referenceNanoTech2017-03-101-1/+1
* shift: Take the input Expr by referenceNanoTech2017-03-101-4/+4
* Seperate built-in types and functions from ExprNanoTech2017-03-101-30/+24
* Replace Cow<'i, str> with &'i str in ExprNanoTech2017-03-101-12/+12
* Begin implementing type checkingNanoTech2017-03-101-0/+621