aboutsummaryrefslogtreecommitdiff
path: root/snug-clean/src/Snug/Parse.icl
AgeCommit message (Expand)AuthorFilesLines
2023-06-20Simplify case syntax (at least for now): do not allow nested patternsCamil Staps1-1/+1
2023-06-18Add automated testsCamil Staps1-9/+26
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 Staps1-1/+23
2023-01-23Add Clean parser for snugCamil Staps1-0/+243