summaryrefslogtreecommitdiff
path: root/dhall_core/src/parser.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make Expr generic in its type of labelsNadrieril2019-03-081-39/+39
|
* Revert "Start moving strs in the AST"Nadrieril2019-03-071-49/+47
| | | | This reverts commit c2965244babe7b391fc6a72c015db6720ceb853f.
* 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