Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 disting... | Camil Staps | 2 | -1/+3 |
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 |