aboutsummaryrefslogtreecommitdiffstats
path: root/match-test.csc
AgeCommit message (Collapse)AuthorFilesLines
2022-01-09Write the linker.Rose Hogenson1-12/+21
2022-01-09Redo the testing framework.Rose Hogenson1-59/+55
We can lean more on the power of scheme to make the testing framework a little less verbose.
2022-01-09Add some magic to detect symbols.Rose Hogenson1-15/+15
I still don't understand this snippet.
2022-01-09Improve match syntax.Rose Hogenson1-11/+24
Now ! is required to match against a constant, and by default a name is bound.
2022-01-09Add wildcard to pattern syntax.Rose Hogenson1-2/+10
2022-01-09Add a library for pattern matching.Rose Hogenson1-0/+42