Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-01-28 | Thread env through nztion to fix Foo/build closures | Nadrieril | 1 | -3/+11 |
2020-01-28 | Fix all sorts of variable shenanigans | Nadrieril | 1 | -1/+14 |
2020-01-27 | Fix a bunch of bugs and more tck | Nadrieril | 2 | -29/+45 |
2020-01-25 | Moar typecheck | Nadrieril | 1 | -145/+342 |
2020-01-25 | More typecheck | Nadrieril | 1 | -8/+231 |
2020-01-25 | Enable comparing Closures for equality | Nadrieril | 1 | -1/+2 |
2020-01-25 | Typecheck more cases | Nadrieril | 1 | -53/+134 |
2020-01-24 | Implement basic typecheck with new approach | Nadrieril | 1 | -0/+147 |
2020-01-23 | Implement basic env-based normalization for Value-based TyExpr | Nadrieril | 1 | -0/+8 |
2020-01-21 | Simplify type error type | Nadrieril | 1 | -2/+1 |
2020-01-20 | Reimplement basic tck/nze with proper environments | Nadrieril | 1 | -7/+9 |
2020-01-19 | Restore more types in value_to_tyexpr | Nadrieril | 2 | -1/+15 |
2020-01-18 | Add Expr visitor and improve tyexpr_to_expr | Nadrieril | 1 | -10/+12 |
2020-01-18 | Introduce intermediate representation that stores typed expr | Nadrieril | 2 | -0/+85 |