Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move envs to their own files | Nadrieril | 2020-01-29 | 11 | -241/+239 |
| | |||||
* | Finally get rid of all of the shift/subst_shift ! | Nadrieril | 2020-01-29 | 5 | -112/+3 |
| | |||||
* | s/QuoteEnv/VarEnv/ | Nadrieril | 2020-01-29 | 3 | -43/+40 |
| | |||||
* | Use NameEnv in tyexpr_to_expr | Nadrieril | 2020-01-29 | 2 | -35/+23 |
| | |||||
* | Remove dead code | Nadrieril | 2020-01-29 | 10 | -1202/+31 |
| | |||||
* | Fix insufficient normalization | Nadrieril | 2020-01-29 | 3 | -10/+16 |
| | |||||
* | Use TyExpr in Typed | Nadrieril | 2020-01-29 | 5 | -122/+50 |
| | |||||
* | Use Normalized in serde_dhall | Nadrieril | 2020-01-29 | 1 | -52/+74 |
| | |||||
* | Fix more bugs | Nadrieril | 2020-01-29 | 3 | -65/+54 |
| | |||||
* | Implement assert & merge and fix more bugs | Nadrieril | 2020-01-28 | 3 | -104/+171 |
| | |||||
* | Thread env through nztion to fix Foo/build closures | Nadrieril | 2020-01-28 | 6 | -44/+95 |
| | |||||
* | Fix all sorts of variable shenanigans | Nadrieril | 2020-01-28 | 4 | -117/+68 |
| | |||||
* | Start rewriting value comparison | Nadrieril | 2020-01-27 | 1 | -0/+107 |
| | |||||
* | Fix a bunch of bugs and more tck | Nadrieril | 2020-01-27 | 9 | -57/+104 |
| | |||||
* | Moar typecheck | Nadrieril | 2020-01-25 | 1 | -145/+342 |
| | |||||
* | More typecheck | Nadrieril | 2020-01-25 | 3 | -58/+301 |
| | |||||
* | Make most type errors stringy | Nadrieril | 2020-01-25 | 2 | -145/+101 |
| | |||||
* | Enable comparing Closures for equality | Nadrieril | 2020-01-25 | 3 | -14/+20 |
| | |||||
* | Typecheck more cases | Nadrieril | 2020-01-25 | 5 | -62/+165 |
| | |||||
* | Implement basic typecheck with new approach | Nadrieril | 2020-01-24 | 4 | -12/+166 |
| | |||||
* | Fix some variable shifting failures | Nadrieril | 2020-01-24 | 4 | -14/+53 |
| | |||||
* | Disable runtime type checks | Nadrieril | 2020-01-24 | 1 | -6/+7 |
| | |||||
* | Normalize more expressions | Nadrieril | 2020-01-24 | 2 | -9/+10 |
| | |||||
* | Restore all types in Value::to_tyexpr | Nadrieril | 2020-01-24 | 4 | -64/+101 |
| | |||||
* | Reuse normalize_one_layer in new eval flow | Nadrieril | 2020-01-24 | 1 | -27/+41 |
| | |||||
* | Implement basic env-based normalization for Value-based TyExpr | Nadrieril | 2020-01-23 | 6 | -111/+283 |
| | |||||
* | Prepare Value for reverse variables | Nadrieril | 2020-01-21 | 5 | -19/+49 |
| | | | | I thought it would work ><. It's a bit too early | ||||
* | Simplify type error type | Nadrieril | 2020-01-21 | 5 | -56/+31 |
| | |||||
* | Split TyEnv into two envs | Nadrieril | 2020-01-20 | 1 | -102/+152 |
| | |||||
* | Reimplement basic tck/nze with proper environments | Nadrieril | 2020-01-20 | 7 | -13/+432 |
| | | | | Inspired from dhall_haskell | ||||
* | Restore more types in value_to_tyexpr | Nadrieril | 2020-01-19 | 5 | -37/+93 |
| | |||||
* | fixup! Introduce intermediate representation that stores typed expr | Nadrieril | 2020-01-18 | 1 | -65/+62 |
| | |||||
* | Add Expr visitor and improve tyexpr_to_expr | Nadrieril | 2020-01-18 | 3 | -56/+52 |
| | |||||
* | Introduce intermediate representation that stores typed expr | Nadrieril | 2020-01-18 | 8 | -129/+177 |
| | |||||
* | Simplify | Nadrieril | 2020-01-17 | 5 | -56/+34 |
| | |||||
* | Replace all bulk shifting by a single shift | Nadrieril | 2020-01-17 | 4 | -98/+8 |
| | |||||
* | Use alpha variables everywhere | Nadrieril | 2020-01-17 | 3 | -27/+34 |
| | | | | Don't bother keeping name around, it complicates matters | ||||
* | Implement bulk shifting | Nadrieril | 2020-01-17 | 5 | -67/+163 |
| | |||||
* | Tweak: handle empty lists in typeck | Nadrieril | 2020-01-17 | 2 | -20/+14 |
| | |||||
* | Simplify a bit | Nadrieril | 2020-01-17 | 3 | -33/+42 |
| | |||||
* | Remove Shift/Subst traits | Nadrieril | 2020-01-17 | 6 | -227/+115 |
| | |||||
* | Simplify Shift and Subst instances | Nadrieril | 2020-01-17 | 3 | -273/+39 |
| | |||||
* | Remove binder ids | Nadrieril | 2020-01-17 | 5 | -156/+28 |
| | | | | The underlying purpose of them turned out to be unsound | ||||
* | Use binder ids to reconstruct variables in expr output | Nadrieril | 2020-01-17 | 5 | -40/+75 |
| | |||||
* | Simplify Value::to_expr | Nadrieril | 2020-01-17 | 2 | -78/+52 |
| | |||||
* | Use binder ids for Value equality | Nadrieril | 2020-01-17 | 2 | -8/+74 |
| | |||||
* | Store corresponding binder id in AlphaVar | Nadrieril | 2020-01-17 | 2 | -11/+16 |
| | |||||
* | Assign a unique id to each binder | Nadrieril | 2020-01-17 | 2 | -5/+25 |
| | |||||
* | Introduce a notion of binder | Nadrieril | 2020-01-17 | 5 | -46/+56 |
| | |||||
* | Implement traverse_ref for ValueKind | Nadrieril | 2020-01-17 | 6 | -2/+169 |
| |