aboutsummaryrefslogtreecommitdiffstats
path: root/match.csc
AgeCommit message (Collapse)AuthorFilesLines
2022-01-11Add guards to the match syntax.Rose Hogenson1-1/+10
I'm not sure the syntax is great, but it's very helpful to have.
2022-01-09Write the linker.Rose Hogenson1-33/+18
2022-01-09Add some magic to detect symbols.Rose Hogenson1-11/+26
I still don't understand this snippet.
2022-01-09Improve match syntax.Rose Hogenson1-18/+20
Now ! is required to match against a constant, and by default a name is bound.
2022-01-09Simplify macro definitions in match.Rose Hogenson1-31/+9
2022-01-09Add wildcard to pattern syntax.Rose Hogenson1-5/+15
2022-01-09Add a library for pattern matching.Rose Hogenson1-0/+60