Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make some annotations optional in AST | Nadrieril | 2019-03-04 | 4 | -36/+74 |
| | |||||
* | Use normalization tests to test the parser too | Nadrieril | 2019-03-03 | 1 | -8/+19 |
| | |||||
* | Add myself to authors in Cargo.toml | Nadrieril | 2019-03-03 | 1 | -1/+1 |
| | |||||
* | Rollback partial move towards manual stack | Nadrieril | 2019-03-03 | 1 | -170/+124 |
| | |||||
* | Parse more of the AST | Nadrieril | 2019-03-03 | 5 | -19/+25 |
| | |||||
* | Remove obsolete tests | Nadrieril | 2019-03-03 | 1 | -2/+0 |
| | |||||
* | Extract iter-matching code | Nadrieril | 2019-03-03 | 1 | -32/+110 |
| | |||||
* | Indent | Nadrieril | 2019-03-03 | 1 | -114/+112 |
| | |||||
* | Wrap intermediary parsed values into a common variant | Nadrieril | 2019-03-03 | 1 | -29/+72 |
| | |||||
* | tweak | Nadrieril | 2019-03-03 | 1 | -9/+10 |
| | |||||
* | Brutally increase stack size | Nadrieril | 2019-03-03 | 2 | -42/+28 |
| | |||||
* | Refactor parser using nom-like macros | Nadrieril | 2019-03-03 | 1 | -140/+228 |
| | |||||
* | Parse more AST nodes | Nadrieril | 2019-03-03 | 2 | -35/+105 |
| | |||||
* | Handle errors in parser | Nadrieril | 2019-03-03 | 3 | -58/+35 |
| | |||||
* | Parse builtins | Nadrieril | 2019-03-03 | 2 | -22/+39 |
| | |||||
* | Write macros to streamline parsing | Nadrieril | 2019-03-03 | 2 | -25/+59 |
| | |||||
* | Merge builtins in a single enum | Nadrieril | 2019-03-03 | 5 | -134/+103 |
| | |||||
* | Add parser/failure tests from spec | Nadrieril | 2019-03-02 | 4 | -83/+100 |
| | |||||
* | Start implementing parsing on top of pest | Nadrieril | 2019-03-02 | 2 | -24/+108 |
| | |||||
* | Move part of parser into its own crate to limit recompilation times | Nadrieril | 2019-03-02 | 6 | -233/+3 |
| | |||||
* | Split abnf_to_pest and dhall into their own crates | Nadrieril | 2019-03-01 | 51 | -0/+4757 |