aboutsummaryrefslogtreecommitdiffstats
path: root/csc/match.csc
AgeCommit message (Collapse)AuthorFilesLines
2022-01-13Rewrite match to use exceptions.Rose Hogenson1-17/+43
This makes the control flow more clear, and eliminates the need to scan the pattern twice. It also makes it easier to add new forms by consolidating the pattern logic in one procedure.
2022-01-11Move scheme compiler into a separate directory.Rose Hogenson1-0/+60