Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make Expr generic in its type of labels | Nadrieril | 2019-03-08 | 5 | -98/+100 |
| | |||||
* | Make test harness less macro-y | Nadrieril | 2019-03-07 | 2 | -59/+126 |
| | |||||
* | Update spec submodule | Nadrieril | 2019-03-07 | 1 | -0/+0 |
| | |||||
* | Use upstream pest | Nadrieril | 2019-03-07 | 4 | -7/+18 |
| | |||||
* | Revert "Start moving strs in the AST" | Nadrieril | 2019-03-07 | 3 | -170/+166 |
| | | | | This reverts commit c2965244babe7b391fc6a72c015db6720ceb853f. | ||||
* | Start moving strs in the AST | Nadrieril | 2019-03-07 | 3 | -166/+170 |
| | |||||
* | rustfmt | Nadrieril | 2019-03-06 | 5 | -41/+51 |
| | |||||
* | Finally get rid of old parser | Nadrieril | 2019-03-06 | 11 | -1210/+27 |
| | |||||
* | Start parsing imports | Nadrieril | 2019-03-06 | 11 | -30/+162 |
| | |||||
* | Reorder rule in parser to match grammar | Nadrieril | 2019-03-06 | 1 | -108/+110 |
| | |||||
* | Merge dhall_normalize back into dhall; that was unnecessary | Nadrieril | 2019-03-06 | 9 | -43/+7 |
| | |||||
* | Handle correctly captured variables in dhall! | Nadrieril | 2019-03-06 | 2 | -38/+57 |
| | |||||
* | Remove more clutter in normalize | Nadrieril | 2019-03-06 | 1 | -7/+7 |
| | |||||
* | rustfmt | Nadrieril | 2019-03-06 | 5 | -27/+44 |
| | |||||
* | Considerably remove clutter in normalize | Nadrieril | 2019-03-06 | 2 | -142/+107 |
| | |||||
* | Remove FailedParse variant | Nadrieril | 2019-03-06 | 1 | -4/+0 |
| | |||||
* | Simplify normalization using dhall! macro | Nadrieril | 2019-03-06 | 3 | -54/+63 |
| | |||||
* | Move context to dhall_core | Nadrieril | 2019-03-06 | 4 | -2/+2 |
| | |||||
* | Add proc_macro the generated dhall expressions | Nadrieril | 2019-03-06 | 6 | -5/+120 |
| | |||||
* | Remove doctest noise from cargo test | Nadrieril | 2019-03-06 | 4 | -0/+12 |
| | |||||
* | Disable tests for dhall_parser crate that has none | Nadrieril | 2019-03-06 | 1 | -0/+4 |
| | |||||
* | Split-off normalization into its own crate | Nadrieril | 2019-03-06 | 9 | -287/+328 |
| | |||||
* | Split-off core into its own crate | Nadrieril | 2019-03-06 | 14 | -21/+49 |
| | |||||
* | rustfmt | Nadrieril | 2019-03-06 | 10 | -349/+658 |
| | |||||
* | Implement normalization for some more builtins | Nadrieril | 2019-03-06 | 3 | -15/+56 |
| | |||||
* | rustfmt | Nadrieril | 2019-03-06 | 1 | -167/+292 |
| | |||||
* | Add missing builtins | Nadrieril | 2019-03-06 | 1 | -9/+27 |
| | |||||
* | Merge binary operations in AST | Nadrieril | 2019-03-05 | 4 | -126/+106 |
| | |||||
* | Update test list | Nadrieril | 2019-03-05 | 2 | -22/+22 |
| | |||||
* | Use core aliases for number types | Nadrieril | 2019-03-05 | 1 | -3/+4 |
| | |||||
* | Parse doubles | Nadrieril | 2019-03-05 | 4 | -4/+34 |
| | |||||
* | Add literal_expression_raw back | Nadrieril | 2019-03-05 | 2 | -30/+29 |
| | |||||
* | 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 | 3 | -23/+62 |
| | |||||
* | 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 | 2 | -3/+8 |
| | |||||
* | Fix in match_iter error handling | Nadrieril | 2019-03-05 | 1 | -1/+4 |
| | |||||
* | Remove unused unstable features | Nadrieril | 2019-03-05 | 2 | -5/+4 |
| | |||||
* | Update spec submodule | Nadrieril | 2019-03-05 | 1 | -0/+0 |
| | |||||
* | Include modified abnf in repo | Nadrieril | 2019-03-05 | 2 | -1/+710 |
| | |||||
* | Tweak rustfmt options | Nadrieril | 2019-03-05 | 2 | -42/+57 |
| | |||||
* | Parse more of the AST | Nadrieril | 2019-03-05 | 2 | -2/+89 |
| |