summaryrefslogtreecommitdiff
path: root/src/typecheck.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace Cow<'i, str> with &'i str in ExprNanoTech2017-03-101-12/+12
| | | | Cow::Owned is never used in Expr
* Begin implementing type checkingNanoTech2017-03-101-0/+621