aboutsummaryrefslogtreecommitdiff
path: root/snug-clean/src
AgeCommit message (Expand)AuthorFilesLines
2023-02-01Fix argument order in function callsCamil Staps1-2/+2
2023-02-01Remove ambiguity from function definition syntax: Type (x y) could have Type ...Camil Staps1-1/+1
2023-01-31Use <<|> instead of <|> in parser to reduce memory usageCamil Staps1-18/+23
2023-01-31Minor improvements; implement saturated function and constructor applicationsCamil Staps5-4/+66
2023-01-30Add compilation for symbols with arity 0Camil Staps3-1/+48
2023-01-30Align on halfwords instead of double words; use data/text boundary to disting...Camil Staps5-8/+19
2023-01-30Align on double wordsCamil Staps1-1/+1
2023-01-28Add stack simulator for compilationCamil Staps5-52/+217
2023-01-27Add compilation of constructors and basic valuesCamil Staps5-2/+439
2023-01-23Add Clean parser for snugCamil Staps5-0/+321