summaryrefslogtreecommitdiff
path: root/dhall_core/src/parser.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* First import works !Nadrieril2019-03-091-1/+3
* Rename Expr back to its true nameNadrieril2019-03-081-38/+38
* Make Expr generic in its type of labelsNadrieril2019-03-081-39/+39
* Revert "Start moving strs in the AST"Nadrieril2019-03-071-49/+47
* Start moving strs in the ASTNadrieril2019-03-071-47/+49
* Finally get rid of old parserNadrieril2019-03-061-32/+21
* Start parsing importsNadrieril2019-03-061-1/+64
* Reorder rule in parser to match grammarNadrieril2019-03-061-108/+110
* Split-off core into its own crateNadrieril2019-03-061-0/+827