summaryrefslogtreecommitdiff
path: root/dhall_generated_parser/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rework parse macros to avoid the large ParsedValue enumNadrieril2019-08-271-1/+1
|
* Remove rule aliasingNadrieril2019-08-271-1/+1
|
* Match on rules in parser instead of on ParsedValuesNadrieril2019-08-261-1/+1
|
* Use precedence climbing to parse expressions with operatorsNadrieril2019-08-151-5/+5
| | | | This speeds up parsing around 30%
* Remove grammar workaroundNadrieril2019-08-121-0/+1
|
* Add support for dependent typesNadrieril2019-08-081-0/+3
|
* Add truncated Natural subtractionNadrieril2019-08-071-0/+1
|
* Remove union literals from the languageNadrieril2019-08-071-4/+2
|
* Forbid surrogate pairs and non-charactersNadrieril2019-08-071-0/+1
|
* Add toMap keywordNadrieril2019-08-061-0/+1
|
* Change URL parsingNadrieril2019-08-061-1/+3
|
* RFC3986 URLsNadrieril2019-08-061-0/+1
|
* Braced escape sequencesNadrieril2019-08-061-0/+1
|
* Remove old-style optional literalsNadrieril2019-08-061-2/+0
|
* Update dhall-lang submoduleNadrieril2019-08-031-0/+1
|
* Rename dhall_core to dhall_syntaxNadrieril2019-05-041-1/+1
|
* Update dhall-lang submoduleNadrieril2019-05-021-1/+1
|
* Update dhall-lang submoduleNadrieril2019-05-021-3/+35
|
* Update dhall-lang submoduleNadrieril2019-05-021-2/+2
|
* Update dhall-lang submoduleNadrieril2019-04-161-1/+2
|
* Tiny rename to save myself a lot of painNadrieril2019-04-161-1/+1
|
* Document roughly the dhall subcratesNadrieril2019-04-141-0/+7
| | | | Closes #72
* Clarify role of dhall_generated_parser crateNadrieril2019-04-133-0/+152