| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-01-14 | Write a first draft macro expander. | Rose Hogenson | 1 | -49/+17 | |
| Committing it because it compiles. I have to write tests and debug it still. | |||||
| 2022-01-13 | Rewrite match to use exceptions. | Rose Hogenson | 1 | -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-11 | Move scheme compiler into a separate directory. | Rose Hogenson | 1 | -0/+60 | |
