Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | We don't use the try_blocks feature anymore | Nadrieril | 2019-09-02 | 1 | -1/+0 |
| | |||||
* | Use proper hygiene for `Parsers` and `Rule` | Nadrieril | 2019-09-02 | 1 | -0/+1 |
| | |||||
* | Avoid use of bind_by_move_pattern_guards feature | Nadrieril | 2019-09-02 | 1 | -1/+0 |
| | |||||
* | Change parser macros to use a function-like syntax | Nadrieril | 2019-09-01 | 1 | -0/+1 |
| | | | | This makes the parser code look much less magical. | ||||
* | Match on rules in parser instead of on ParsedValues | Nadrieril | 2019-08-26 | 1 | -0/+1 |
| | |||||
* | Use `!` type instead of custom empty type | Nadrieril | 2019-08-16 | 1 | -0/+1 |
| | |||||
* | Include precedence parsing in parser macros | Nadrieril | 2019-08-15 | 1 | -0/+1 |
| | |||||
* | Reorganize dhall_syntax | Nadrieril | 2019-05-07 | 1 | -8/+2 |
| | |||||
* | Rename dhall_core to dhall_syntax | Nadrieril | 2019-05-04 | 1 | -0/+28 |