summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update dhall-lang submoduleNadrieril2019-04-043-37/+37
|
* Remove some redundant namespacingNadrieril2019-03-315-65/+66
|
* Update dhall-lang submoduleNadrieril2019-03-271-0/+0
|
* Integrate the special patterns from match_children!() into iter_patternsNadrieril2019-03-273-135/+129
| | | | Considerably simplifies parser macros
* Rename match_pair!() to match_children!()Nadrieril2019-03-271-8/+8
|
* Manually rustfmt like a naziNadrieril2019-03-277-103/+263
|
* Derive DhallType for anonymous structs and enumsNadrieril2019-03-262-22/+147
|
* Derive DhallType for structsNadrieril2019-03-269-34/+194
|
* Update dhall-lange submoduleNadrieril2019-03-261-0/+0
|
* Update dhall-lang submoduleNadrieril2019-03-262-5/+5
|
* Lay groundwork for DhallType derivingNadrieril2019-03-247-2/+53
|
* Correctly namespace interpolations in dhall_expr!()Nadrieril2019-03-243-22/+19
|
* Prepare dhall_generator for a new moduleNadrieril2019-03-242-163/+171
|
* Improve decoder errors on unknown inputsNadrieril2019-03-241-6/+2
|
* Update dhall-lang submoduleNadrieril2019-03-241-0/+0
|
* Add standard compliance numbers to READMENadrieril2019-03-241-0/+9
|
* Parse multiline strings correctlyNadrieril2019-03-247-43/+105
| | | | Closes #24
* Generate parser tests list automaticallyNadrieril2019-03-243-67/+45
|
* Parser import hash and headersNadrieril2019-03-246-25/+86
|
* Disallow builtins as bound variablesNadrieril2019-03-243-10/+20
|
* Fix printer putting unnecessary parensNadrieril2019-03-241-1/+1
|
* Refactor printerNadrieril2019-03-245-232/+249
| | | | | Avoids stupid stack overflows when adding variants, gets precedences right, and updates to latest grammar changes
* Handle merge and record projectionNadrieril2019-03-235-20/+74
|
* Remove various -raw suffixesNadrieril2019-03-234-156/+148
|
* Inline various rules in grammarNadrieril2019-03-233-101/+54
|
* Rebase latest changes in grammarNadrieril2019-03-232-45/+75
|
* Improve error ergonomics in parserNadrieril2019-03-231-60/+55
|
* Update dhall-lang submoduleNadrieril2019-03-233-6/+5
|
* Handle double overflows in parserNadrieril2019-03-232-6/+11
|
* Parse unicode escapes in stringNadrieril2019-03-234-38/+48
|
* Handle quoted labelsNadrieril2019-03-225-10/+23
|
* oopsNadrieril2019-03-221-7/+7
|
* Parse a lot more of the import typesNadrieril2019-03-227-61/+238
|
* Improve binary decoding errorsNadrieril2019-03-221-14/+25
|
* Improve import handling in parserNadrieril2019-03-2110-17/+80
|
* rustfmtNadrieril2019-03-211-11/+3
|
* Follow the spec for handling DoublesNadrieril2019-03-216-10/+51
|
* oopsNadrieril2019-03-214-0/+497
|
* Represent Optional literals more faithfullyNadrieril2019-03-216-74/+61
|
* Rename Record/Union to RecordType/UnionTypeNadrieril2019-03-215-17/+17
|
* Reorganize dhall_core a bitNadrieril2019-03-218-1098/+558
|
* Disable Codecov commentNadrieril2019-03-201-0/+1
|
* Parser macro tweaksNadrieril2019-03-201-6/+6
|
* Merge pull request #34 from Nadrieril/rewrite-parser-macrosNadrieril Feneanar2019-03-2011-641/+616
|\ | | | | Rewrite parser macros
| * Cleanup parserNadrieril2019-03-201-91/+64
| |
| * Reimplement shortcuttingNadrieril2019-03-201-5/+13
| |
| * Make parser implementation non-recursiveNadrieril2019-03-202-119/+129
| |
| * Allow patterns in parser macrosNadrieril2019-03-201-31/+21
| |
| * Change syntax of parser macrosNadrieril2019-03-201-148/+148
| |
| * Remove binop special case in parser; cleanupNadrieril2019-03-201-50/+66
| |