summaryrefslogtreecommitdiff
path: root/dhall/src/syntax/text/dhall.pest.visibility (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-25spec!: remove the ability to quote paths in URLsNadrieril1-1/+1
2020-06-25spec: not all ABNF parsers like empty rulesNadrieril1-6/+2
2020-03-20Parse RFC3986 URLsNadrieril1-0/+2
2020-03-11Implement record punsNadrieril1-0/+2
2020-03-10Add support for `with` keywordNadrieril1-0/+3
2020-01-30Move parser files to syntax/Nadrieril1-0/+0
2019-12-24Extend merge to work on OptionalsNadrieril1-0/+1
2019-12-23Update dhall-lang submoduleNadrieril1-0/+4
2019-12-22Implement parsing for record completionNadrieril1-0/+2
2019-12-17Move pest file generation to dhall/build.rsNadrieril1-0/+0
2019-12-13Merge dhall_generated_parser into dhall_syntaxNadrieril1-0/+0
2019-09-05Implement rule aliasing and simplify parser codeNadrieril1-9/+9
2019-08-27Rework parse macros to avoid the large ParsedValue enumNadrieril1-1/+1
2019-08-27Remove rule aliasingNadrieril1-1/+1
2019-08-26Match on rules in parser instead of on ParsedValuesNadrieril1-1/+1
2019-08-15Use precedence climbing to parse expressions with operatorsNadrieril1-5/+5
2019-08-12Remove grammar workaroundNadrieril1-0/+1
2019-08-08Add support for dependent typesNadrieril1-0/+3
2019-08-07Add truncated Natural subtractionNadrieril1-0/+1
2019-08-07Remove union literals from the languageNadrieril1-4/+2
2019-08-07Forbid surrogate pairs and non-charactersNadrieril1-0/+1
2019-08-06Add toMap keywordNadrieril1-0/+1
2019-08-06Change URL parsingNadrieril1-1/+3
2019-08-06RFC3986 URLsNadrieril1-0/+1
2019-08-06Braced escape sequencesNadrieril1-0/+1
2019-08-06Remove old-style optional literalsNadrieril1-2/+0
2019-08-03Update dhall-lang submoduleNadrieril1-0/+1
2019-05-02Update dhall-lang submoduleNadrieril1-1/+1
2019-05-02Update dhall-lang submoduleNadrieril1-3/+35
2019-05-02Update dhall-lang submoduleNadrieril1-2/+2
2019-04-16Update dhall-lang submoduleNadrieril1-1/+2
2019-04-16Tiny rename to save myself a lot of painNadrieril1-1/+1
2019-04-13Clarify role of dhall_generated_parser crateNadrieril1-0/+0
2019-04-04Regen visibility listNadrieril1-41/+25
2019-04-04Revert end_of_line handling to upstreamNadrieril1-2/+1
2019-04-04Get keyword rule from upstreamNadrieril1-0/+1
2019-04-04Factor literal-expression back inNadrieril1-2/+1
2019-04-04Factor back in some rule branchesNadrieril1-15/+7
2019-04-04Rename whitespace rulesNadrieril1-3/+2
2019-03-23Remove various -raw suffixesNadrieril1-39/+33
2019-03-23Inline various rules in grammarNadrieril1-2/+0
2019-03-23Rebase latest changes in grammarNadrieril1-0/+5
2019-03-22Parse a lot more of the import typesNadrieril1-18/+18
2019-03-21Improve import handling in parserNadrieril1-1/+1
2019-03-20Handle simple parsing cases with new macrosNadrieril1-1/+1
2019-03-19Test printer in parser testsNadrieril1-0/+1
2019-03-14Handle and parse interpolated stringsNadrieril1-1/+1
2019-03-07Use upstream pestNadrieril1-0/+1
2019-03-06Start parsing importsNadrieril1-1/+1
2019-03-05Parse doublesNadrieril1-1/+1