summaryrefslogtreecommitdiff
path: root/dhall/src/syntax/text/parser.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement record punsNadrieril2020-03-111-0/+5
* Add support for `with` keywordNadrieril2020-03-101-1/+40
* Implement remote imports and cleanup import chainingNadrieril2020-03-051-9/+9
* Add support for dotted field syntaxNadrieril2020-02-201-1/+12
* Add support for duplicate record fieldsNadrieril2020-02-201-17/+31
* Introduce LitKind to factor out common enum nodesNadrieril2020-02-111-5/+6
* Remove the Embed variant from ExprKindNadrieril2020-02-111-7/+3
* Use Spans consistently by valueNadrieril2020-02-021-5/+1
* Fix spans for unions and recordsNadrieril2020-02-021-17/+18
* Move main API to lib.rsNadrieril2020-01-301-1/+1
* Cleanup variable handlingNadrieril2020-01-291-1/+1
* Update dhall-lang submoduleNadrieril2019-12-271-8/+7
* Extend merge to work on OptionalsNadrieril2019-12-241-0/+9
* Update dhall-lang submoduleNadrieril2019-12-231-10/+18
* Update dhall-lang submoduleNadrieril2019-12-231-13/+10
* Add two new Integer builtinsNadrieril2019-12-231-0/+2
* Implement parsing for record completionNadrieril2019-12-221-0/+19
* Generate parser manually to make the crate publishableNadrieril2019-12-211-3/+9
* s/RawExpr/UnspannedExpr/Nadrieril2019-12-201-3/+7
* s/ExprF/ExprKind/Nadrieril2019-12-201-1/+1
* Rename syntax::core to syntax::astNadrieril2019-12-191-10/+9
* Split syntax module between text and binaryNadrieril2019-12-171-0/+920