Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finally get rid of old parser | Nadrieril | 2019-03-06 | 1 | -7/+2 |
| | |||||
* | Merge dhall_normalize back into dhall; that was unnecessary | Nadrieril | 2019-03-06 | 1 | -1/+0 |
| | |||||
* | Split-off normalization into its own crate | Nadrieril | 2019-03-06 | 1 | -0/+1 |
| | |||||
* | Split-off core into its own crate | Nadrieril | 2019-03-06 | 1 | -0/+1 |
| | |||||
* | rustfmt | Nadrieril | 2019-03-06 | 1 | -20/+35 |
| | |||||
* | Implement normalization for some more builtins | Nadrieril | 2019-03-06 | 1 | -6/+36 |
| | |||||
* | Update test list | Nadrieril | 2019-03-05 | 1 | -1/+1 |
| | |||||
* | Allow branching in match_children! macro | Nadrieril | 2019-03-05 | 1 | -0/+1 |
| | |||||
* | Use normalization tests to test the parser too | Nadrieril | 2019-03-03 | 1 | -8/+19 |
| | |||||
* | Parse more of the AST | Nadrieril | 2019-03-03 | 1 | -3/+2 |
| | |||||
* | Brutally increase stack size | Nadrieril | 2019-03-03 | 1 | -1/+5 |
| | |||||
* | Parse more AST nodes | Nadrieril | 2019-03-03 | 1 | -2/+5 |
| | |||||
* | Add parser/failure tests from spec | Nadrieril | 2019-03-02 | 1 | -1/+7 |
| | |||||
* | Split abnf_to_pest and dhall into their own crates | Nadrieril | 2019-03-01 | 1 | -0/+37 |