Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-11-29 | Continue with cases WIP: todo is matching code for basic values and adding ↵cases | Camil Staps | 3 | -22/+44 | |
locals for constructor arguments in a pattern | |||||
2023-11-27 | WIP on code generation for case expressions | Camil Staps | 3 | -1/+28 | |
2023-06-20 | Add tests for function application | Camil Staps | 1 | -2/+9 | |
2023-03-05 | Implement ap | Camil Staps | 2 | -0/+7 | |
2023-02-17 | Pass errors using MonadFail, avoid aborts | Camil Staps | 2 | -8/+13 | |
2023-02-01 | Implement basic uses of locals | Camil Staps | 2 | -10/+38 | |
2023-01-31 | Minor improvements; implement saturated function and constructor applications | Camil Staps | 1 | -0/+7 | |
2023-01-30 | Add compilation for symbols with arity 0 | Camil Staps | 2 | -0/+11 | |
2023-01-30 | Align on halfwords instead of double words; use data/text boundary to ↵ | Camil Staps | 2 | -1/+3 | |
distinguish hnfs and thunks | |||||
2023-01-30 | Align on double words | Camil Staps | 1 | -1/+1 | |
2023-01-28 | Add stack simulator for compilation | Camil Staps | 4 | -0/+202 | |