summaryrefslogtreecommitdiff
path: root/dhall_core/src/parser.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Obey clippy lintsNadrieril2019-03-091-10/+9
* Remove the pervasive Label type parameterNadrieril2019-03-091-1/+1
* Use new Label type instead of &str in parserNadrieril2019-03-091-50/+54
* A whole new bunch of tests now pass !Nadrieril2019-03-091-65/+65
* 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