Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-03-14 | Universally quantified type variables | Griffin Smith | 1 | -1/+1 | |
Implement universally quantified type variables, both explicitly given by the user and inferred by the type inference algorithm. | |||||
2021-03-13 | Add the start of a hindley-milner typechecker | Griffin Smith | 1 | -0/+3 | |
The beginning of a parse-don't-validate-based hindley-milner typechecker, which returns on success an IR where every AST node trivially knows its own type, and using those types to determine LLVM types in codegen. | |||||
2021-03-07 | Initial commit | Griffin Smith | 4 | -0/+21 | |