summaryrefslogtreecommitdiff
path: root/dhall_core/src/text.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-04Rename dhall_core to dhall_syntaxNadrieril1-116/+0
2019-04-20Implement more normalization simplificationsNadrieril1-27/+24
2019-04-20Text interpolationNadrieril1-4/+4
2019-04-20Text literalsNadrieril1-2/+14
2019-04-11Avoid use of ExprF::as_ref when not neededNadrieril1-11/+4
2019-04-06Upgrade map to traverseNadrieril1-6/+16
2019-04-01Refactor and clarify various map methodsNadrieril1-5/+19
2019-03-31Move recursion out of ExprNadrieril1-19/+18
2019-03-31Make SubExpr a newtypeNadrieril1-6/+5
2019-03-24Parse multiline strings correctlyNadrieril1-1/+1
2019-03-23Parse unicode escapes in stringNadrieril1-10/+10
2019-03-21Follow the spec for handling DoublesNadrieril1-1/+1
2019-03-21oopsNadrieril1-0/+92