Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge dhall_generated_parser into dhall_syntax | Nadrieril | 2019-12-13 | 1 | -1/+1 |
| | |||||
* | Derive Parser in dhall_syntax directly | Nadrieril | 2019-12-13 | 1 | -3/+3 |
| | |||||
* | Parse projection by expression | Nadrieril | 2019-11-11 | 1 | -12/+15 |
| | |||||
* | Capture absence of span in Span itself | Nadrieril | 2019-11-11 | 1 | -9/+5 |
| | |||||
* | Run `cargo fmt` | Nadrieril | 2019-11-11 | 1 | -7/+5 |
| | |||||
* | Merge branch 'master' into fintan/canonicalize | Nadrieril Feneanar | 2019-09-20 | 1 | -323/+219 |
|\ | |||||
| * | Extract pest_consume into its own crate | Nadrieril | 2019-09-18 | 1 | -35/+27 |
| | | |||||
| * | Change invocation syntax of pest_consume::parser macro | Nadrieril | 2019-09-17 | 1 | -1/+1 |
| | | |||||
| * | Various tweaks | Nadrieril | 2019-09-11 | 1 | -8/+6 |
| | | |||||
| * | Rename match_inputs to match_nodes to reflect new terminology | Nadrieril | 2019-09-11 | 1 | -38/+38 |
| | | |||||
| * | No need to force user data to be a reference | Nadrieril | 2019-09-10 | 1 | -11/+6 |
| | | |||||
| * | Rename various bits of the pest_consume API | Nadrieril | 2019-09-10 | 1 | -3/+3 |
| | | |||||
| * | Allows using match_inputs outside of a make_parser impl | Nadrieril | 2019-09-10 | 1 | -18/+14 |
| | | |||||
| * | Implement parsing in PestConsumer | Nadrieril | 2019-09-10 | 1 | -7/+7 |
| | | |||||
| * | Add dummy `entrypoint` attribute | Nadrieril | 2019-09-10 | 1 | -0/+1 |
| | | |||||
| * | Use match_inputs for parser entrypoint | Nadrieril | 2019-09-10 | 1 | -7/+13 |
| | | |||||
| * | Rename parse_children to match_inputs | Nadrieril | 2019-09-10 | 1 | -37/+37 |
| | | |||||
| * | Generalize parse_children and change its invocation | Nadrieril | 2019-09-10 | 1 | -36/+36 |
| | | |||||
| * | Move pest_consume into its own crate | Nadrieril | 2019-09-09 | 1 | -129/+3 |
| | | |||||
| * | Make ParseInput independent from dhall-specific types | Nadrieril | 2019-09-09 | 1 | -249/+259 |
| | | |||||
| * | Store Spans at every node when parsing | Nadrieril | 2019-09-06 | 1 | -13/+37 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into fintan/canonicalize | Fintan Halpenny | 2019-09-06 | 1 | -248/+198 |
|\| | |||||
| * | Implement rule shortcutting, and cleanup make_parser code | Nadrieril | 2019-09-05 | 1 | -6/+17 |
| | | |||||
| * | Implement rule aliasing and simplify parser code | Nadrieril | 2019-09-05 | 1 | -246/+177 |
| | | |||||
* | | Merge remote-tracking branch 'origin/fintan/canonicalize' into ↵ | Fintan Halpenny | 2019-09-06 | 1 | -942/+939 |
|\ \ | | | | | | | | | | fintan/canonicalize | ||||
| * | | Merge remote-tracking branch 'origin/master' into fintan/canonicalize | Nadrieril | 2019-09-03 | 1 | -942/+939 |
| |\| | |||||
| | * | 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 |
| | | | |||||
* | | | Move Canonicalize into resolve. | Fintan Halpenny | 2019-09-03 | 1 | -3/+3 |
|/ / | | | | | | | Rename File to FilePath and have more consistent naming. | ||||
* | | Merge remote-tracking branch 'origin/master' into fintan/canonicalize | Fintan Halpenny | 2019-09-02 | 1 | -385/+436 |
|\| | |||||
| * | 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 |
| | |