| Commit message (Expand) | Author | Age | Files | Lines |
* | Disallow builtins as bound variables | Nadrieril | 2019-03-24 | 1 | -5/+7 |
* | Remove various -raw suffixes | Nadrieril | 2019-03-23 | 3 | -109/+101 |
* | 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 |
* | Handle quoted labels | Nadrieril | 2019-03-22 | 1 | -1/+1 |
* | 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 |
* | Handle and parse interpolated strings | Nadrieril | 2019-03-14 | 1 | -1/+1 |
* | Add some explanatory comments | Nadrieril | 2019-03-11 | 1 | -0/+13 |
* | Make main parser rule atomic | Nadrieril | 2019-03-11 | 1 | -1/+1 |
* | Refactor abnf_to_pest to make rule editing possible | Nadrieril | 2019-03-09 | 1 | -34/+16 |
* | rustfmt | Nadrieril | 2019-03-08 | 1 | -2/+1 |
* | Generate pest file manually in the hopes to reduce spurious recompilations | Nadrieril | 2019-03-08 | 3 | -7/+21 |
* | Use upstream pest | Nadrieril | 2019-03-07 | 2 | -1/+2 |
* | Start parsing imports | Nadrieril | 2019-03-06 | 2 | -5/+10 |
* | Disable tests for dhall_parser crate that has none | Nadrieril | 2019-03-06 | 1 | -0/+4 |
* | rustfmt | Nadrieril | 2019-03-06 | 1 | -12/+33 |
* | Parse doubles | Nadrieril | 2019-03-05 | 3 | -4/+18 |
* | 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 | 2 | -1/+710 |
* | Parse more of the AST | Nadrieril | 2019-03-05 | 1 | -2/+2 |
* | Extract iter-matching code | Nadrieril | 2019-03-03 | 2 | -2/+1 |
* | 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 | 5 | -0/+208 |