Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename dhall! to dhall_expr! for clarity | Nadrieril | 2019-03-09 | 1 | -1/+1 |
* | Clean up some of the mess | Nadrieril | 2019-03-08 | 1 | -2/+2 |
* | Rename Expr back to its true name | Nadrieril | 2019-03-08 | 1 | -6/+6 |
* | Finally get rid of all the &'i str | Nadrieril | 2019-03-08 | 1 | -2/+2 |
* | Slowly propagate the new type parameter throughout the codebase | Nadrieril | 2019-03-08 | 1 | -8/+6 |
* | Generalise Context on its type of keys | Nadrieril | 2019-03-08 | 1 | -10/+14 |
* | Make Expr generic in its type of labels | Nadrieril | 2019-03-08 | 1 | -2/+2 |
* | rustfmt | Nadrieril | 2019-03-06 | 1 | -1/+2 |
* | Finally get rid of old parser | Nadrieril | 2019-03-06 | 1 | -1/+1 |
* | Start parsing imports | Nadrieril | 2019-03-06 | 1 | -1/+3 |
* | Handle correctly captured variables in dhall! | Nadrieril | 2019-03-06 | 1 | -34/+56 |
* | rustfmt | Nadrieril | 2019-03-06 | 1 | -20/+23 |
* | Simplify normalization using dhall! macro | Nadrieril | 2019-03-06 | 1 | -7/+24 |
* | Add proc_macro the generated dhall expressions | Nadrieril | 2019-03-06 | 1 | -0/+87 |