summaryrefslogtreecommitdiff
path: root/dhall_core/src/printer.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename dhall_core to dhall_syntaxNadrieril2019-05-041-498/+0
* Update dhall-lang submoduleNadrieril2019-05-021-4/+24
* Update dhall-lang submoduleNadrieril2019-05-021-4/+6
* An empty optional value is purely semanticNadrieril2019-04-201-8/+3
* A union constructor is a purely semantic valueNadrieril2019-04-191-10/+0
* Make App() only store one argumentNadrieril2019-04-191-10/+3
* Normalize union constructorsNadrieril2019-04-171-2/+12
* Prepare for nullary union variantsNadrieril2019-04-161-2/+9
* Handle empty optionals correctlyNadrieril2019-04-151-0/+8
* Rework Expr printer with better separation of concernsNadrieril2019-04-131-142/+136
* `Some` is not a builtin, it's a keywordNadrieril2019-04-111-1/+0
* clippyNadrieril2019-04-081-1/+1
* 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
* 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