summaryrefslogtreecommitdiff
path: root/dhall_syntax (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-02Properly parse the argument of make_parser as an implNadrieril1-1/+3
2019-09-02Get rid of EntryPoint magicNadrieril1-43/+48
2019-09-02Avoid use of bind_by_move_pattern_guards featureNadrieril1-1/+0
2019-09-01Make make_parser into a proc_macro_attributeNadrieril1-1/+2
2019-09-01Change parser macros to use a function-like syntaxNadrieril3-748/+929
2019-09-01Rewrite the make_parser macro as a proc_macroNadrieril2-203/+7
2019-08-31Don't URL-decode path segmentsNadrieril3-23/+28
2019-08-31Implement parsing of `toMap` keywordNadrieril4-1/+23
2019-08-28Rename SubExpr to Expr, and Expr to RawExprNadrieril4-72/+71
2019-08-27clippyNadrieril3-5/+5
2019-08-27s/token_rule/rule/Nadrieril1-20/+20
2019-08-27Rework parse macros to avoid the large ParsedValue enumNadrieril2-147/+139
2019-08-27Remove rule aliasingNadrieril1-107/+93
2019-08-26WordingNadrieril1-13/+13
2019-08-26Remove rule_group macroNadrieril1-22/+4
2019-08-26Match on rules in parser instead of on ParsedValuesNadrieril2-25/+129
2019-08-16Use `!` type instead of custom empty typeNadrieril4-15/+6
2019-08-15Include precedence parsing in parser macrosNadrieril2-133/+188
2019-08-15No need for manual stack handling in parser anymoreNadrieril1-142/+96
2019-08-15Use precedence climbing to parse expressions with operatorsNadrieril1-119/+108
2019-08-13Implement inline headers parsingNadrieril5-44/+80
2019-08-13Implement Hash for ParsedSubExprNadrieril2-6/+24
2019-08-13The syntax has very little sharing; no need for Rc anymoreNadrieril1-11/+5
2019-08-13Store Imports in their own node instead of in EmbedNadrieril4-20/+36
2019-08-13Cleanup visitor codeNadrieril1-139/+54
2019-08-13Considerably simplify Embed handlingNadrieril3-128/+44
2019-08-13Stop tracking the absence of Embed values at the type levelNadrieril4-35/+4
2019-08-13No need to track the absence of `Span`s at the type levelNadrieril4-138/+84
2019-08-12Refactor of File to be the combination of Directory and the file name,FintanH3-19/+154
2019-08-08Add support for dependent typesNadrieril4-1/+22
2019-08-07Add truncated Natural subtractionNadrieril3-0/+3
2019-08-07Remove union literals from the languageNadrieril4-63/+3
2019-08-07Forbid surrogate pairs and non-charactersNadrieril1-2/+21
2019-08-07Sort labels in projection expressionsNadrieril3-5/+100
2019-08-06Generalize empty list annotationsNadrieril2-5/+7
2019-08-06Prepare for https://github.com/dhall-lang/dhall-lang/pull/630Nadrieril2-3/+3
2019-08-06Add toMap keywordNadrieril1-0/+1
2019-08-06RFC3986 URLsNadrieril3-0/+9
2019-08-06Braced escape sequencesNadrieril1-4/+24
2019-08-06Add some new tests and implement import alternativesNadrieril2-0/+64
2019-08-06Remove old-style optional literalsNadrieril4-31/+3
2019-08-06Inline headersNadrieril1-0/+1
2019-08-03Update dhall-lang submoduleNadrieril1-0/+1
2019-08-03Update dhall-lang submoduleNadrieril4-9/+19
2019-05-12TweakNadrieril1-12/+12
2019-05-12clippyNadrieril3-5/+4
2019-05-12Implement binary encodingNadrieril5-50/+106
2019-05-10oopsNadrieril1-0/+1
2019-05-10Write a custom map type that allows duplicatesNadrieril6-39/+217
2019-05-09Small utility SubExpr::from_builtinNadrieril1-0/+4