Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-26 | Add type checking.HEADmaster | Chloe Brown | |
Currently, there is Set in Set. Next step is to add universe levels. | |||
2023-03-25 | Clean-up raw term constructors and parser. | Chloe Brown | |
2023-03-25 | Extract parsing and evaluation to new modules. | Chloe Brown | |
2023-03-25 | Extract term printer to new module. | Chloe Brown | |
2023-03-25 | Extract RawTerm to a new module. | Chloe Brown | |
2023-03-25 | Extract thinnings to a new module. | Chloe Brown | |
Also make the interface more abstract, so more efficient representations can be swapped in with less cost. | |||
2023-03-25 | Extract Terms and Values to a new module. | Chloe Brown | |
2023-03-25 | Extract Name to a new module. | Chloe Brown | |
2023-03-25 | Add a normaliser for untyped lambda terms. | Chloe Brown | |
2023-03-24 | Initial commit | Chloe Brown | |