Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename spec tests | Nadrieril | 2019-04-08 | 1 | -1/+1 |
| | |||||
* | Move spec tests into the relevant files | Nadrieril | 2019-04-08 | 1 | -0/+6 |
| | |||||
* | Split-off core into its own crate | Nadrieril | 2019-03-06 | 1 | -827/+0 |
| | |||||
* | rustfmt | Nadrieril | 2019-03-06 | 1 | -6/+10 |
| | |||||
* | Merge binary operations in AST | Nadrieril | 2019-03-05 | 1 | -21/+33 |
| | |||||
* | Use core aliases for number types | Nadrieril | 2019-03-05 | 1 | -3/+4 |
| | |||||
* | Parse doubles | Nadrieril | 2019-03-05 | 1 | -0/+16 |
| | |||||
* | Add literal_expression_raw back | Nadrieril | 2019-03-05 | 1 | -29/+28 |
| | |||||
* | Remove all external calls to match_pest | Nadrieril | 2019-03-05 | 1 | -23/+25 |
| | |||||
* | Rewrite most parse rules using rule! | Nadrieril | 2019-03-05 | 1 | -174/+225 |
| | |||||
* | Improve the ergonomics of matching | Nadrieril | 2019-03-05 | 1 | -43/+41 |
| | |||||
* | Implement more flexible matching | Nadrieril | 2019-03-05 | 1 | -95/+106 |
| | |||||
* | Fix error handling in macros | Nadrieril | 2019-03-05 | 1 | -2/+2 |
| | |||||
* | Remove @get_err entrypoints from macros | Nadrieril | 2019-03-05 | 1 | -37/+20 |
| | |||||
* | Prepare for more flexible matching in match_children! | Nadrieril | 2019-03-05 | 1 | -19/+58 |
| | |||||
* | Split branching from typing in match_children! | Nadrieril | 2019-03-05 | 1 | -31/+49 |
| | |||||
* | Parse single quote literals | Nadrieril | 2019-03-05 | 1 | -17/+54 |
| | |||||
* | Extract non-parser-specific behavior from match_children! | Nadrieril | 2019-03-05 | 1 | -63/+126 |
| | |||||
* | Improve error handling in match_children! | Nadrieril | 2019-03-05 | 1 | -15/+28 |
| | |||||
* | Allow empty match in match_children! | Nadrieril | 2019-03-05 | 1 | -3/+7 |
| | |||||
* | Fix in match_iter error handling | Nadrieril | 2019-03-05 | 1 | -1/+4 |
| | |||||
* | Remove unused unstable features | Nadrieril | 2019-03-05 | 1 | -3/+4 |
| | |||||
* | Tweak rustfmt options | Nadrieril | 2019-03-05 | 1 | -42/+55 |
| | |||||
* | Parse more of the AST | Nadrieril | 2019-03-05 | 1 | -0/+87 |
| | |||||
* | Allow branching in match_children! macro | Nadrieril | 2019-03-05 | 1 | -31/+107 |
| | |||||
* | Rollback partial move towards manual stack | Nadrieril | 2019-03-03 | 1 | -170/+124 |
| | |||||
* | Parse more of the AST | Nadrieril | 2019-03-03 | 1 | -11/+10 |
| | |||||
* | 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 | 1 | -41/+23 |
| | |||||
* | Refactor parser using nom-like macros | Nadrieril | 2019-03-03 | 1 | -140/+228 |
| | |||||
* | Parse more AST nodes | Nadrieril | 2019-03-03 | 1 | -33/+100 |
| | |||||
* | Handle errors in parser | Nadrieril | 2019-03-03 | 1 | -58/+33 |
| | |||||
* | Parse builtins | Nadrieril | 2019-03-03 | 1 | -2/+9 |
| | |||||
* | Write macros to streamline parsing | Nadrieril | 2019-03-03 | 1 | -25/+58 |
| | |||||
* | Add parser/failure tests from spec | Nadrieril | 2019-03-02 | 1 | -81/+82 |
| | |||||
* | Start implementing parsing on top of pest | Nadrieril | 2019-03-02 | 1 | -24/+103 |
| | |||||
* | Split abnf_to_pest and dhall into their own crates | Nadrieril | 2019-03-01 | 1 | -0/+91 |