summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove doctest noise from cargo testNadrieril2019-03-064-0/+12
|
* Disable tests for dhall_parser crate that has noneNadrieril2019-03-061-0/+4
|
* Split-off normalization into its own crateNadrieril2019-03-069-287/+328
|
* Split-off core into its own crateNadrieril2019-03-0614-21/+49
|
* rustfmtNadrieril2019-03-0610-349/+658
|
* Implement normalization for some more builtinsNadrieril2019-03-063-15/+56
|
* rustfmtNadrieril2019-03-061-167/+292
|
* Add missing builtinsNadrieril2019-03-061-9/+27
|
* Merge binary operations in ASTNadrieril2019-03-054-126/+106
|
* Update test listNadrieril2019-03-052-22/+22
|
* Use core aliases for number typesNadrieril2019-03-051-3/+4
|
* Parse doublesNadrieril2019-03-054-4/+34
|
* Add literal_expression_raw backNadrieril2019-03-052-30/+29
|
* Remove all external calls to match_pestNadrieril2019-03-051-23/+25
|
* Rewrite most parse rules using rule!Nadrieril2019-03-051-174/+225
|
* Improve the ergonomics of matchingNadrieril2019-03-051-43/+41
|
* Implement more flexible matchingNadrieril2019-03-051-95/+106
|
* Fix error handling in macrosNadrieril2019-03-051-2/+2
|
* Remove @get_err entrypoints from macrosNadrieril2019-03-051-37/+20
|
* Prepare for more flexible matching in match_children!Nadrieril2019-03-051-19/+58
|
* Split branching from typing in match_children!Nadrieril2019-03-051-31/+49
|
* Parse single quote literalsNadrieril2019-03-053-23/+62
|
* Extract non-parser-specific behavior from match_children!Nadrieril2019-03-051-63/+126
|
* Improve error handling in match_children!Nadrieril2019-03-051-15/+28
|
* Allow empty match in match_children!Nadrieril2019-03-052-3/+8
|
* Fix in match_iter error handlingNadrieril2019-03-051-1/+4
|
* Remove unused unstable featuresNadrieril2019-03-052-5/+4
|
* Update spec submoduleNadrieril2019-03-051-0/+0
|
* Include modified abnf in repoNadrieril2019-03-052-1/+710
|
* Tweak rustfmt optionsNadrieril2019-03-052-42/+57
|
* Parse more of the ASTNadrieril2019-03-052-2/+89
|
* Allow branching in match_children! macroNadrieril2019-03-052-31/+108
|
* Make some annotations optional in ASTNadrieril2019-03-044-36/+74
|
* Use normalization tests to test the parser tooNadrieril2019-03-031-8/+19
|
* Add myself to authors in Cargo.tomlNadrieril2019-03-031-1/+1
|
* Rollback partial move towards manual stackNadrieril2019-03-031-170/+124
|
* Parse more of the ASTNadrieril2019-03-035-19/+25
|
* Remove obsolete testsNadrieril2019-03-031-2/+0
|
* Extract iter-matching codeNadrieril2019-03-033-34/+111
|
* IndentNadrieril2019-03-031-114/+112
|
* Wrap intermediary parsed values into a common variantNadrieril2019-03-031-29/+72
|
* tweakNadrieril2019-03-031-9/+10
|
* Brutally increase stack sizeNadrieril2019-03-032-42/+28
|
* Refactor parser using nom-like macrosNadrieril2019-03-031-140/+228
|
* Parse more AST nodesNadrieril2019-03-033-36/+106
|
* Handle errors in parserNadrieril2019-03-034-58/+36
|
* Parse builtinsNadrieril2019-03-032-22/+39
|
* Write macros to streamline parsingNadrieril2019-03-032-25/+59
|
* Merge builtins in a single enumNadrieril2019-03-035-134/+103
|
* Add parser/failure tests from specNadrieril2019-03-024-83/+100
|