Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-02 | Add basic vim support | Camil Staps | 1 | -79/+0 | |
2023-02-01 | Implement basic uses of locals | Camil Staps | 1 | -4/+4 | |
2023-02-01 | Remove ambiguity from function definition syntax: Type (x y) could have Type ↵ | Camil Staps | 1 | -15/+15 | |
as kind *->*, or (x y) could be the rhs | |||||
2023-01-31 | Minor improvements; implement saturated function and constructor applications | Camil Staps | 1 | -15/+23 | |
2023-01-30 | Add compilation for symbols with arity 0 | Camil Staps | 1 | -1/+3 | |
2023-01-27 | Add compilation of constructors and basic values | Camil Staps | 1 | -0/+3 | |
2023-01-23 | Add Clean parser for snug | Camil Staps | 1 | -37/+37 | |
2023-01-23 | Add example of small functional language and run time system | Camil Staps | 1 | -0/+66 | |