summaryrefslogtreecommitdiff
path: root/dhall_core/src/parser.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename dhall_core to dhall_syntaxNadrieril2019-05-041-984/+0
* Update dhall-lang submoduleNadrieril2019-05-021-1/+22
* Update dhall-lang submoduleNadrieril2019-05-021-71/+51
* Update dhall-lang submoduleNadrieril2019-05-021-3/+7
* Update dhall-lang submoduleNadrieril2019-05-021-22/+35
* An empty optional value is purely semanticNadrieril2019-04-201-1/+1
* improved_slice_patterns now returns ownership on errorNadrieril2019-04-201-1/+1
* Make App() only store one argumentNadrieril2019-04-191-2/+2
* Deprecate some thingsNadrieril2019-04-181-1/+1
* rustfmtNadrieril2019-04-161-1/+2
* Update dhall-lang submoduleNadrieril2019-04-161-6/+11
* Tiny rename to save myself a lot of painNadrieril2019-04-161-27/+27
* Handle nullary union variantsNadrieril2019-04-161-1/+8
* Prepare for nullary union variantsNadrieril2019-04-161-11/+11
* Handle empty optionals correctlyNadrieril2019-04-151-6/+2
* clippyNadrieril2019-04-141-1/+1
* Rename iter_patterns to improved_slice_patternsNadrieril2019-04-141-1/+1
* Fix `let` parsingNadrieril2019-04-131-1/+1
* Clarify role of dhall_generated_parser crateNadrieril2019-04-131-1/+1
* oopsNadrieril2019-04-121-2/+4
* Capture `Span`s in the AST and thread them through Parsed and ResolvedNadrieril2019-04-121-81/+120
* `Some` is not a builtin, it's a keywordNadrieril2019-04-111-1/+0
* clippyNadrieril2019-04-081-3/+3
* Avoid constructing exprs manually when possibleNadrieril2019-04-071-0/+2
* rustfmtNadrieril2019-04-061-2/+4
* Merge branch 'master' into exprfNadrieril2019-04-061-167/+173
|\
| * Revert end_of_line handling to upstreamNadrieril2019-04-041-3/+1
| * Import union rules from upstream grammarNadrieril2019-04-041-9/+21
| * Handle Some as in upstream grammarNadrieril2019-04-041-21/+22
| * Factor literal-expression back inNadrieril2019-04-041-1/+1
| * Tweak double literalsNadrieril2019-04-041-6/+8
| * Factor back in some rule branchesNadrieril2019-04-041-45/+48
| * Tweak matching on Some/NoneNadrieril2019-04-041-21/+9
| * Roll rc through parser to enable matchingNadrieril2019-04-041-93/+95
| * renameNadrieril2019-04-041-5/+5
* | Move recursion out of ExprNadrieril2019-03-311-85/+87
|/
* Integrate the special patterns from match_children!() into iter_patternsNadrieril2019-03-271-130/+38
* Rename match_pair!() to match_children!()Nadrieril2019-03-271-8/+8
* Manually rustfmt like a naziNadrieril2019-03-271-90/+213
* Parse multiline strings correctlyNadrieril2019-03-241-19/+49
* Parser import hash and headersNadrieril2019-03-241-12/+19
* Disallow builtins as bound variablesNadrieril2019-03-241-4/+12
* Refactor printerNadrieril2019-03-241-2/+2
* Handle merge and record projectionNadrieril2019-03-231-4/+17
* Remove various -raw suffixesNadrieril2019-03-231-47/+47
* Inline various rules in grammarNadrieril2019-03-231-2/+2
* Improve error ergonomics in parserNadrieril2019-03-231-60/+55
* Handle double overflows in parserNadrieril2019-03-231-4/+9
* Parse unicode escapes in stringNadrieril2019-03-231-20/+24
* Handle quoted labelsNadrieril2019-03-221-1/+6