Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle and parse interpolated strings | Nadrieril | 2019-03-14 | 2 | -5/+17 |
| | | | | Closes #25 | ||||
* | Implement binary decoding | Nadrieril | 2019-03-14 | 2 | -0/+215 |
| | | | | | Closes #2 Closes #23 | ||||
* | rustfmt | Nadrieril | 2019-03-12 | 1 | -2/+10 |
| | |||||
* | Handle Some and None builtins | Nadrieril | 2019-03-12 | 1 | -1/+10 |
| | | | | Closes #19 | ||||
* | Fix List/fold implementation | Nadrieril | 2019-03-11 | 1 | -4/+4 |
| | |||||
* | Normalize lazily | Nadrieril | 2019-03-11 | 1 | -166/+212 |
| | | | | Closes #7 | ||||
* | Considerably simplify typecheck using dhall_expr!() | Nadrieril | 2019-03-09 | 1 | -96/+50 |
| | | | | Closes #17 | ||||
* | Obey clippy lints | Nadrieril | 2019-03-09 | 5 | -6/+10 |
| | | | | Closes #14 | ||||
* | Remove the pervasive Label type parameter | Nadrieril | 2019-03-09 | 4 | -90/+64 |
| | | | | Closes #1 | ||||
* | Use new Label type everywhere | Nadrieril | 2019-03-09 | 4 | -85/+61 |
| | |||||
* | Use new Label type instead of &str in parser | Nadrieril | 2019-03-09 | 2 | -3/+3 |
| | |||||
* | A whole new bunch of tests now pass ! | Nadrieril | 2019-03-09 | 2 | -1/+2 |
| | |||||
* | Rename dhall! to dhall_expr! for clarity | Nadrieril | 2019-03-09 | 1 | -5/+5 |
| | |||||
* | Recursive imports work ! | Nadrieril | 2019-03-09 | 1 | -2/+2 |
| | |||||
* | rustfmt | Nadrieril | 2019-03-09 | 1 | -16/+34 |
| | |||||
* | First import works ! | Nadrieril | 2019-03-09 | 3 | -51/+85 |
| | |||||
* | Clean up some of the mess | Nadrieril | 2019-03-08 | 2 | -24/+17 |
| | |||||
* | Rename Expr back to its true name | Nadrieril | 2019-03-08 | 5 | -83/+83 |
| | |||||
* | Finally get rid of all the &'i str | Nadrieril | 2019-03-08 | 4 | -106/+111 |
| | |||||
* | Make labels non-Copy | Nadrieril | 2019-03-08 | 2 | -8/+8 |
| | |||||
* | rustfmt | Nadrieril | 2019-03-08 | 1 | -1/+1 |
| | |||||
* | Slowly propagate the new type parameter throughout the codebase | Nadrieril | 2019-03-08 | 4 | -80/+103 |
| | |||||
* | Generalise Context on its type of keys | Nadrieril | 2019-03-08 | 1 | -4/+4 |
| | |||||
* | Make Expr generic in its type of labels | Nadrieril | 2019-03-08 | 2 | -4/+5 |
| | |||||
* | Make test harness less macro-y | Nadrieril | 2019-03-07 | 1 | -0/+46 |
| | |||||
* | rustfmt | Nadrieril | 2019-03-06 | 3 | -35/+46 |
| | |||||
* | Finally get rid of old parser | Nadrieril | 2019-03-06 | 1 | -28/+2 |
| | |||||
* | Start parsing imports | Nadrieril | 2019-03-06 | 4 | -5/+14 |
| | |||||
* | Merge dhall_normalize back into dhall; that was unnecessary | Nadrieril | 2019-03-06 | 4 | -2/+186 |
| | |||||
* | rustfmt | Nadrieril | 2019-03-06 | 1 | -1/+1 |
| | |||||
* | Move context to dhall_core | Nadrieril | 2019-03-06 | 3 | -58/+1 |
| | |||||
* | Split-off normalization into its own crate | Nadrieril | 2019-03-06 | 2 | -1/+3 |
| | |||||
* | Split-off core into its own crate | Nadrieril | 2019-03-06 | 8 | -2611/+8 |
| | |||||
* | rustfmt | Nadrieril | 2019-03-06 | 7 | -291/+535 |
| | |||||
* | Implement normalization for some more builtins | Nadrieril | 2019-03-06 | 1 | -5/+16 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| |