| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge dhall_generated_parser into dhall_syntax | Nadrieril | 2019-12-13 | 3 | -205/+0 |
| | | |||||
| * | Tentatively derive pest::Parser normally | Nadrieril | 2019-09-10 | 1 | -1/+6 |
| | | | | | If it still creates spurious recompilations, I'll revert that | ||||
| * | Implement rule aliasing and simplify parser code | Nadrieril | 2019-09-05 | 1 | -9/+9 |
| | | |||||
| * | Rework parse macros to avoid the large ParsedValue enum | Nadrieril | 2019-08-27 | 1 | -1/+1 |
| | | |||||
| * | Remove rule aliasing | Nadrieril | 2019-08-27 | 1 | -1/+1 |
| | | |||||
| * | Match on rules in parser instead of on ParsedValues | Nadrieril | 2019-08-26 | 1 | -1/+1 |
| | | |||||
| * | Use precedence climbing to parse expressions with operators | Nadrieril | 2019-08-15 | 1 | -5/+5 |
| | | | | | This speeds up parsing around 30% | ||||
| * | Remove grammar workaround | Nadrieril | 2019-08-12 | 1 | -0/+1 |
| | | |||||
| * | Add support for dependent types | Nadrieril | 2019-08-08 | 1 | -0/+3 |
| | | |||||
| * | Add truncated Natural subtraction | Nadrieril | 2019-08-07 | 1 | -0/+1 |
| | | |||||
| * | Remove union literals from the language | Nadrieril | 2019-08-07 | 1 | -4/+2 |
| | | |||||
| * | Forbid surrogate pairs and non-characters | Nadrieril | 2019-08-07 | 1 | -0/+1 |
| | | |||||
| * | Add toMap keyword | Nadrieril | 2019-08-06 | 1 | -0/+1 |
| | | |||||
| * | Change URL parsing | Nadrieril | 2019-08-06 | 1 | -1/+3 |
| | | |||||
| * | RFC3986 URLs | Nadrieril | 2019-08-06 | 1 | -0/+1 |
| | | |||||
| * | Braced escape sequences | Nadrieril | 2019-08-06 | 1 | -0/+1 |
| | | |||||
| * | Remove old-style optional literals | Nadrieril | 2019-08-06 | 1 | -2/+0 |
| | | |||||
| * | Update dhall-lang submodule | Nadrieril | 2019-08-03 | 1 | -0/+1 |
| | | |||||
| * | Rename dhall_core to dhall_syntax | Nadrieril | 2019-05-04 | 1 | -1/+1 |
| | | |||||
| * | Update dhall-lang submodule | Nadrieril | 2019-05-02 | 1 | -1/+1 |
| | | |||||
| * | Update dhall-lang submodule | Nadrieril | 2019-05-02 | 1 | -3/+35 |
| | | |||||
| * | Update dhall-lang submodule | Nadrieril | 2019-05-02 | 1 | -2/+2 |
| | | |||||
| * | Update dhall-lang submodule | Nadrieril | 2019-04-16 | 1 | -1/+2 |
| | | |||||
| * | Tiny rename to save myself a lot of pain | Nadrieril | 2019-04-16 | 1 | -1/+1 |
| | | |||||
| * | Document roughly the dhall subcrates | Nadrieril | 2019-04-14 | 1 | -0/+7 |
| | | | | | Closes #72 | ||||
| * | Clarify role of dhall_generated_parser crate | Nadrieril | 2019-04-13 | 3 | -0/+152 |
