summaryrefslogtreecommitdiff
path: root/dhall/src/phase/parse.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move contents of dhall under a semantics submoduleNadrieril2019-12-151-37/+0
|
* Reexport dhall_syntax as a module in dhallNadrieril2019-12-151-1/+1
|
* Reduce api surface of dhall crateNadrieril2019-08-161-4/+4
| | | | Helps detect unused code
* No need to track the absence of `Span`s at the type levelNadrieril2019-08-131-2/+2
|
* Implement binary encodingNadrieril2019-05-121-0/+6
| | | | Closes #39
* Make visibilities more consistentNadrieril2019-05-091-3/+3
|
* Generate normalization tests automaticallyNadrieril2019-05-091-7/+0
|
* Clean up some of the SubExpr type-changing methodsNadrieril2019-05-071-1/+1
|
* Reorganize dhall into a phase structureNadrieril2019-05-061-0/+38