summaryrefslogtreecommitdiff
path: root/dhall/src/syntax/text/parser.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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