Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rustfmt | Nadrieril | 2019-03-31 | 3 | -8/+4 |
| | |||||
* | Make SubExpr a newtype | Nadrieril | 2019-03-31 | 8 | -100/+117 |
| | |||||
* | Remove some redundant namespacing | Nadrieril | 2019-03-31 | 5 | -65/+66 |
| | |||||
* | Update dhall-lang submodule | Nadrieril | 2019-03-27 | 1 | -0/+0 |
| | |||||
* | Integrate the special patterns from match_children!() into iter_patterns | Nadrieril | 2019-03-27 | 3 | -135/+129 |
| | | | | Considerably simplifies parser macros | ||||
* | Rename match_pair!() to match_children!() | Nadrieril | 2019-03-27 | 1 | -8/+8 |
| | |||||
* | Manually rustfmt like a nazi | Nadrieril | 2019-03-27 | 7 | -103/+263 |
| | |||||
* | Derive DhallType for anonymous structs and enums | Nadrieril | 2019-03-26 | 2 | -22/+147 |
| | |||||
* | Derive DhallType for structs | Nadrieril | 2019-03-26 | 9 | -34/+194 |
| | |||||
* | Update dhall-lange submodule | Nadrieril | 2019-03-26 | 1 | -0/+0 |
| | |||||
* | Update dhall-lang submodule | Nadrieril | 2019-03-26 | 2 | -5/+5 |
| | |||||
* | Lay groundwork for DhallType deriving | Nadrieril | 2019-03-24 | 7 | -2/+53 |
| | |||||
* | Correctly namespace interpolations in dhall_expr!() | Nadrieril | 2019-03-24 | 3 | -22/+19 |
| | |||||
* | Prepare dhall_generator for a new module | Nadrieril | 2019-03-24 | 2 | -163/+171 |
| | |||||
* | Improve decoder errors on unknown inputs | Nadrieril | 2019-03-24 | 1 | -6/+2 |
| | |||||
* | Update dhall-lang submodule | Nadrieril | 2019-03-24 | 1 | -0/+0 |
| | |||||
* | Add standard compliance numbers to README | Nadrieril | 2019-03-24 | 1 | -0/+9 |
| | |||||
* | Parse multiline strings correctly | Nadrieril | 2019-03-24 | 7 | -43/+105 |
| | | | | Closes #24 | ||||
* | Generate parser tests list automatically | Nadrieril | 2019-03-24 | 3 | -67/+45 |
| | |||||
* | Parser import hash and headers | Nadrieril | 2019-03-24 | 6 | -25/+86 |
| | |||||
* | Disallow builtins as bound variables | Nadrieril | 2019-03-24 | 3 | -10/+20 |
| | |||||
* | Fix printer putting unnecessary parens | Nadrieril | 2019-03-24 | 1 | -1/+1 |
| | |||||
* | Refactor printer | Nadrieril | 2019-03-24 | 5 | -232/+249 |
| | | | | | Avoids stupid stack overflows when adding variants, gets precedences right, and updates to latest grammar changes | ||||
* | Handle merge and record projection | Nadrieril | 2019-03-23 | 5 | -20/+74 |
| | |||||
* | Remove various -raw suffixes | Nadrieril | 2019-03-23 | 4 | -156/+148 |
| | |||||
* | Inline various rules in grammar | Nadrieril | 2019-03-23 | 3 | -101/+54 |
| | |||||
* | Rebase latest changes in grammar | Nadrieril | 2019-03-23 | 2 | -45/+75 |
| | |||||
* | Improve error ergonomics in parser | Nadrieril | 2019-03-23 | 1 | -60/+55 |
| | |||||
* | Update dhall-lang submodule | Nadrieril | 2019-03-23 | 3 | -6/+5 |
| | |||||
* | Handle double overflows in parser | Nadrieril | 2019-03-23 | 2 | -6/+11 |
| | |||||
* | Parse unicode escapes in string | Nadrieril | 2019-03-23 | 4 | -38/+48 |
| | |||||
* | Handle quoted labels | Nadrieril | 2019-03-22 | 5 | -10/+23 |
| | |||||
* | oops | Nadrieril | 2019-03-22 | 1 | -7/+7 |
| | |||||
* | Parse a lot more of the import types | Nadrieril | 2019-03-22 | 7 | -61/+238 |
| | |||||
* | Improve binary decoding errors | Nadrieril | 2019-03-22 | 1 | -14/+25 |
| | |||||
* | Improve import handling in parser | Nadrieril | 2019-03-21 | 10 | -17/+80 |
| | |||||
* | rustfmt | Nadrieril | 2019-03-21 | 1 | -11/+3 |
| | |||||
* | Follow the spec for handling Doubles | Nadrieril | 2019-03-21 | 6 | -10/+51 |
| | |||||
* | oops | Nadrieril | 2019-03-21 | 4 | -0/+497 |
| | |||||
* | Represent Optional literals more faithfully | Nadrieril | 2019-03-21 | 6 | -74/+61 |
| | |||||
* | Rename Record/Union to RecordType/UnionType | Nadrieril | 2019-03-21 | 5 | -17/+17 |
| | |||||
* | Reorganize dhall_core a bit | Nadrieril | 2019-03-21 | 8 | -1098/+558 |
| | |||||
* | Disable Codecov comment | Nadrieril | 2019-03-20 | 1 | -0/+1 |
| | |||||
* | Parser macro tweaks | Nadrieril | 2019-03-20 | 1 | -6/+6 |
| | |||||
* | Merge pull request #34 from Nadrieril/rewrite-parser-macros | Nadrieril Feneanar | 2019-03-20 | 11 | -641/+616 |
|\ | | | | | Rewrite parser macros | ||||
| * | Cleanup parser | Nadrieril | 2019-03-20 | 1 | -91/+64 |
| | | |||||
| * | Reimplement shortcutting | Nadrieril | 2019-03-20 | 1 | -5/+13 |
| | | |||||
| * | Make parser implementation non-recursive | Nadrieril | 2019-03-20 | 2 | -119/+129 |
| | | |||||
| * | Allow patterns in parser macros | Nadrieril | 2019-03-20 | 1 | -31/+21 |
| | | |||||
| * | Change syntax of parser macros | Nadrieril | 2019-03-20 | 1 | -148/+148 |
| | |