summaryrefslogtreecommitdiff
path: root/dhall_core/src/printer.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make Expr generic in LabelNadrieril2019-03-311-1/+1
|
* Remove evil Deref implNadrieril2019-03-311-0/+10
|
* Move recursion out of ExprNadrieril2019-03-311-4/+4
|
* Make SubExpr a newtypeNadrieril2019-03-311-0/+6
|
* Parser import hash and headersNadrieril2019-03-241-2/+21
|
* Fix printer putting unnecessary parensNadrieril2019-03-241-1/+1
|
* Refactor printerNadrieril2019-03-241-210/+225
| | | | | Avoids stupid stack overflows when adding variants, gets precedences right, and updates to latest grammar changes
* Handle merge and record projectionNadrieril2019-03-231-0/+5
|
* Parse unicode escapes in stringNadrieril2019-03-231-7/+13
|
* Handle quoted labelsNadrieril2019-03-221-0/+15
|
* Parse a lot more of the import typesNadrieril2019-03-221-1/+48
|
* Improve import handling in parserNadrieril2019-03-211-1/+13
|
* Follow the spec for handling DoublesNadrieril2019-03-211-1/+17
|
* oopsNadrieril2019-03-211-0/+329