| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-07-24 | Improve the match syntax for constants. | Rose Hogenson | 1 | -21/+21 | |
| I guess you can pattern match using quote as a literal. That's pretty cool. | |||||
| 2022-07-22 | Fix a bug in matching record types. | Rose Hogenson | 1 | -0/+8 | |
| Running the record matcher has a side-effect (raising *no-match*), so we call it ahead of time to ensure a consistent order of evaluation. | |||||
| 2022-07-12 | Remove redundant parentheses in the match macro. | Rose Hogenson | 1 | -4/+4 | |
| I'm marginally reducing verbosity with this change, without sacrificing readability. | |||||
| 2022-06-29 | Add pattern matching for record types. | Rose Hogenson | 1 | -0/+16 | |
| I like scheme because it's possible to add any convenient language feature I can think of. | |||||
| 2022-01-11 | Move scheme compiler into a separate directory. | Rose Hogenson | 1 | -0/+87 | |
