Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Parse polymorphically in the Embed parameter | Nadrieril | 2019-09-02 | 1 | -64/+76 |
| | |||||
* | Use proper hygiene for `Parsers` and `Rule` | Nadrieril | 2019-09-02 | 1 | -2/+7 |
| | |||||
* | Properly parse the argument of make_parser as an impl | Nadrieril | 2019-09-02 | 1 | -1/+3 |
| | |||||
* | Get rid of EntryPoint magic | Nadrieril | 2019-09-02 | 1 | -43/+48 |
| | |||||
* | Make make_parser into a proc_macro_attribute | Nadrieril | 2019-09-01 | 1 | -1/+2 |
| | | | | That way rustfmt will format the contents of the parser. | ||||
* | Change parser macros to use a function-like syntax | Nadrieril | 2019-09-01 | 1 | -748/+927 |
| | | | | This makes the parser code look much less magical. | ||||
* | Rewrite the make_parser macro as a proc_macro | Nadrieril | 2019-09-01 | 1 | -203/+6 |
| | |||||
* | Don't URL-decode path segments | Nadrieril | 2019-08-31 | 1 | -5/+22 |
| | |||||
* | Implement parsing of `toMap` keyword | Nadrieril | 2019-08-31 | 1 | -1/+7 |
| | |||||
* | Rename SubExpr to Expr, and Expr to RawExpr | Nadrieril | 2019-08-28 | 1 | -32/+32 |
| | | | | For clarity, and consistency with Value | ||||
* | clippy | Nadrieril | 2019-08-27 | 1 | -3/+3 |
| | |||||
* | s/token_rule/rule/ | Nadrieril | 2019-08-27 | 1 | -20/+20 |
| | |||||
* | Rework parse macros to avoid the large ParsedValue enum | Nadrieril | 2019-08-27 | 1 | -146/+139 |
| | |||||
* | Remove rule aliasing | Nadrieril | 2019-08-27 | 1 | -107/+93 |
| | |||||
* | Wording | Nadrieril | 2019-08-26 | 1 | -13/+13 |
| | |||||
* | Remove rule_group macro | Nadrieril | 2019-08-26 | 1 | -22/+4 |
| | |||||
* | Match on rules in parser instead of on ParsedValues | Nadrieril | 2019-08-26 | 1 | -25/+128 |
| | |||||
* | Use `!` type instead of custom empty type | Nadrieril | 2019-08-16 | 1 | -2/+2 |
| | |||||
* | Include precedence parsing in parser macros | Nadrieril | 2019-08-15 | 1 | -133/+187 |
| | |||||
* | No need for manual stack handling in parser anymore | Nadrieril | 2019-08-15 | 1 | -142/+96 |
| | |||||
* | Use precedence climbing to parse expressions with operators | Nadrieril | 2019-08-15 | 1 | -119/+108 |
| | | | | This speeds up parsing around 30% | ||||
* | Implement inline headers parsing | Nadrieril | 2019-08-13 | 1 | -14/+14 |
| | |||||
* | Store Imports in their own node instead of in Embed | Nadrieril | 2019-08-13 | 1 | -7/+7 |
| | |||||
* | No need to track the absence of `Span`s at the type level | Nadrieril | 2019-08-13 | 1 | -35/+4 |
| | |||||
* | Add support for dependent types | Nadrieril | 2019-08-08 | 1 | -0/+12 |
| | |||||
* | Add truncated Natural subtraction | Nadrieril | 2019-08-07 | 1 | -0/+1 |
| | |||||
* | Remove union literals from the language | Nadrieril | 2019-08-07 | 1 | -48/+3 |
| | |||||
* | Forbid surrogate pairs and non-characters | Nadrieril | 2019-08-07 | 1 | -2/+21 |
| | |||||
* | Sort labels in projection expressions | Nadrieril | 2019-08-07 | 1 | -3/+3 |
| | |||||
* | Generalize empty list annotations | Nadrieril | 2019-08-06 | 1 | -4/+6 |
| | |||||
* | Prepare for https://github.com/dhall-lang/dhall-lang/pull/630 | Nadrieril | 2019-08-06 | 1 | -1/+2 |
| | |||||
* | Add toMap keyword | Nadrieril | 2019-08-06 | 1 | -0/+1 |
| | |||||
* | RFC3986 URLs | Nadrieril | 2019-08-06 | 1 | -0/+7 |
| | |||||
* | Braced escape sequences | Nadrieril | 2019-08-06 | 1 | -4/+24 |
| | |||||
* | Remove old-style optional literals | Nadrieril | 2019-08-06 | 1 | -15/+3 |
| | |||||
* | Update dhall-lang submodule | Nadrieril | 2019-08-03 | 1 | -0/+1 |
| | |||||
* | Update dhall-lang submodule | Nadrieril | 2019-08-03 | 1 | -5/+13 |
| | |||||
* | clippy | Nadrieril | 2019-05-12 | 1 | -2/+2 |
| | |||||
* | Implement binary encoding | Nadrieril | 2019-05-12 | 1 | -7/+6 |
| | | | | Closes #39 | ||||
* | Write a custom map type that allows duplicates | Nadrieril | 2019-05-10 | 1 | -23/+14 |
| | |||||
* | Detect duplicate record fields in typecheck | Nadrieril | 2019-05-09 | 1 | -14/+23 |
| | |||||
* | Update dhall-lang submodule | Nadrieril | 2019-05-09 | 1 | -27/+56 |
| | |||||
* | Rename the record combining operators internally | Nadrieril | 2019-05-08 | 1 | -3/+3 |
| | |||||
* | Thread Spans through the AST | Nadrieril | 2019-05-04 | 1 | -82/+80 |
| | |||||
* | Move `Note`s into the spine of the AST | Nadrieril | 2019-05-04 | 1 | -1/+1 |
| | |||||
* | Remove dummy lifetimes | Nadrieril | 2019-05-04 | 1 | -58/+55 |
| | |||||
* | Replace pest::Span with a custom non-borrowing implementation | Nadrieril | 2019-05-04 | 1 | -25/+50 |
| | |||||
* | Rename dhall_core to dhall_syntax | Nadrieril | 2019-05-04 | 1 | -0/+984 |