summaryrefslogtreecommitdiff
path: root/dhall/src/syntax/text/dhall.abnf (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-10-25Implement Text/replaceBasile Henry1-0/+2
2020-06-25spec: allow trailing delimitersNadrieril1-6/+7
2020-06-25spec!: remove Optional/build and Optional/foldNadrieril1-4/+3
2020-06-25spec: remove Unicode character from `dhall.abnf`Nadrieril1-1/+1
2020-06-25spec!: remove the ability to quote paths in URLsNadrieril1-7/+2
2020-06-25spec: ensure `keyword` rule only matches keywordsNadrieril1-2/+4
2020-06-25spec: not all ABNF parsers like empty rulesNadrieril1-13/+7
2020-06-25spec: allow quoted labels to be emptyNadrieril1-1/+1
2020-06-25spec: fix precedence of `===` and `with`Nadrieril1-8/+14
2020-05-30Commit grammar file locallyNadrieril1-0/+936
The crate publishing process does not allow access to files outside the current crate.
2020-05-30Use dhall.abnf directly instead of via symlinkNadrieril1-1/+0
Because windows doesn't support symlinks properly
2020-01-30Move parser files to syntax/Nadrieril1-0/+1