Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-01 | Implement basic uses of locals | Camil Staps | 3 | -26/+56 | |
2023-02-01 | Fix argument order in function calls | Camil Staps | 1 | -2/+2 | |
2023-02-01 | Remove ambiguity from function definition syntax: Type (x y) could have Type ↵ | Camil Staps | 1 | -1/+1 | |
as kind *->*, or (x y) could be the rhs | |||||
2023-01-31 | Use <<|> instead of <|> in parser to reduce memory usage | Camil Staps | 1 | -18/+23 | |
2023-01-31 | Minor improvements; implement saturated function and constructor applications | Camil Staps | 5 | -4/+66 | |
2023-01-30 | Add compilation for symbols with arity 0 | Camil Staps | 3 | -1/+48 | |
2023-01-30 | Align on halfwords instead of double words; use data/text boundary to ↵ | Camil Staps | 5 | -8/+19 | |
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 | 5 | -52/+217 | |
2023-01-27 | Add compilation of constructors and basic values | Camil Staps | 6 | -3/+440 | |
2023-01-23 | Add Clean parser for snug | Camil Staps | 8 | -0/+368 | |