summaryrefslogtreecommitdiff
path: root/src/typecheck.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-01Split abnf_to_pest and dhall into their own cratesNadrieril1-616/+0
2019-02-27Switch to Rust 2018 editionNadrieril1-8/+8
2017-09-08fixed some clippy warningsAndre Bogus1-62/+61
2017-03-10Fix match on Embed(X)NanoTech1-1/+1
2017-03-10Start implementing error explanationsNanoTech1-3/+35
2017-03-10Implement more normalize and typecheck casesNanoTech1-218/+152
2017-03-10normalize: Take the input Expr by referenceNanoTech1-17/+17
2017-03-10Implement more typechecking for Prelude/List/shiftedNanoTech1-46/+82
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