summaryrefslogtreecommitdiff
path: root/src/context.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split abnf_to_pest and dhall into their own cratesNadrieril2019-03-011-51/+0
|
* fixed some clippy warningsAndre Bogus2017-09-081-2/+2
|
* Fix context lookup orderNanoTech2017-03-101-1/+1
| | | | The most recent item, with context index 0, is at the end of the Vec.
* Replace Cow<'i, str> with &'i str in ExprNanoTech2017-03-101-3/+2
| | | | Cow::Owned is never used in Expr
* Begin implementing type checkingNanoTech2017-03-101-0/+52