summaryrefslogtreecommitdiff
path: root/src/context.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-01Split abnf_to_pest and dhall into their own cratesNadrieril1-51/+0
2017-09-08fixed some clippy warningsAndre Bogus1-2/+2
2017-03-10Fix context lookup orderNanoTech1-1/+1
The most recent item, with context index 0, is at the end of the Vec.
2017-03-10Replace Cow<'i, str> with &'i str in ExprNanoTech1-3/+2
Cow::Owned is never used in Expr
2017-03-10Begin implementing type checkingNanoTech1-0/+52