Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Regen visibility list | Nadrieril | 2019-04-04 | 1 | -41/+25 |
| | |||||
* | Revert end_of_line handling to upstream | Nadrieril | 2019-04-04 | 2 | -7/+5 |
| | |||||
* | Import union rules from upstream grammar | Nadrieril | 2019-04-04 | 1 | -8/+9 |
| | |||||
* | Get keyword rule from upstream | Nadrieril | 2019-04-04 | 2 | -0/+10 |
| | |||||
* | Handle Some as in upstream grammar | Nadrieril | 2019-04-04 | 1 | -1/+1 |
| | |||||
* | Import more trivial changes from upstream | Nadrieril | 2019-04-04 | 1 | -4/+17 |
| | |||||
* | Whitespace | Nadrieril | 2019-04-04 | 1 | -17/+15 |
| | |||||
* | Factor literal-expression back in | Nadrieril | 2019-04-04 | 2 | -14/+5 |
| | |||||
* | Tweak double literals | Nadrieril | 2019-04-04 | 1 | -8/+14 |
| | |||||
* | Import many trivial changes from upstream | Nadrieril | 2019-04-04 | 1 | -46/+44 |
| | |||||
* | Factor back in some rule branches | Nadrieril | 2019-04-04 | 2 | -50/+36 |
| | |||||
* | rename | Nadrieril | 2019-04-04 | 1 | -5/+5 |
| | |||||
* | Remove trailing whitespace from expression rules | Nadrieril | 2019-04-04 | 1 | -32/+34 |
| | |||||
* | Rename whitespace rules | Nadrieril | 2019-04-04 | 2 | -51/+50 |
| | |||||
* | Disallow builtins as bound variables | Nadrieril | 2019-03-24 | 1 | -5/+7 |
| | |||||
* | Remove various -raw suffixes | Nadrieril | 2019-03-23 | 2 | -104/+96 |
| | |||||
* | Inline various rules in grammar | Nadrieril | 2019-03-23 | 2 | -99/+52 |
| | |||||
* | Rebase latest changes in grammar | Nadrieril | 2019-03-23 | 2 | -45/+75 |
| | |||||
* | Update dhall-lang submodule | Nadrieril | 2019-03-23 | 1 | -4/+2 |
| | |||||
* | Parse a lot more of the import types | Nadrieril | 2019-03-22 | 1 | -18/+18 |
| | |||||
* | Improve import handling in parser | Nadrieril | 2019-03-21 | 2 | -2/+4 |
| | |||||
* | Handle simple parsing cases with new macros | Nadrieril | 2019-03-20 | 1 | -1/+1 |
| | |||||
* | Test printer in parser tests | Nadrieril | 2019-03-19 | 1 | -0/+1 |
| | | | | Closes #30 | ||||
* | Handle and parse interpolated strings | Nadrieril | 2019-03-14 | 1 | -1/+1 |
| | | | | Closes #25 | ||||
* | Add some explanatory comments | Nadrieril | 2019-03-11 | 1 | -0/+13 |
| | |||||
* | Generate pest file manually in the hopes to reduce spurious recompilations | Nadrieril | 2019-03-08 | 1 | -6/+1 |
| | |||||
* | Use upstream pest | Nadrieril | 2019-03-07 | 1 | -0/+1 |
| | |||||
* | Start parsing imports | Nadrieril | 2019-03-06 | 2 | -5/+10 |
| | |||||
* | Parse doubles | Nadrieril | 2019-03-05 | 2 | -2/+10 |
| | |||||
* | Add literal_expression_raw back | Nadrieril | 2019-03-05 | 1 | -1/+1 |
| | |||||
* | Parse single quote literals | Nadrieril | 2019-03-05 | 2 | -6/+8 |
| | |||||
* | Include modified abnf in repo | Nadrieril | 2019-03-05 | 1 | -0/+698 |
| | |||||
* | Parse more of the AST | Nadrieril | 2019-03-05 | 1 | -2/+2 |
| | |||||
* | Extract iter-matching code | Nadrieril | 2019-03-03 | 1 | -1/+0 |
| | |||||
* | Parse more AST nodes | Nadrieril | 2019-03-03 | 1 | -1/+1 |
| | |||||
* | Start implementing parsing on top of pest | Nadrieril | 2019-03-02 | 1 | -84/+98 |
| | |||||
* | Move part of parser into its own crate to limit recompilation times | Nadrieril | 2019-03-02 | 2 | -0/+160 |