| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-08-07 | Fix hoist. | Rose Hogenson | 1 | -2/+4 | |
| Hoist needs to hoist the function bodies as well. | |||||
| 2022-08-05 | Add more of the standard library. | Rose Hogenson | 1 | -1/+3 | |
| 2022-08-05 | Add call-with-values. | Rose Hogenson | 1 | -1/+20 | |
| 2022-08-05 | Add call-with-current-continuation. | Rose Hogenson | 1 | -0/+14 | |
| 2022-08-01 | Modify the project structure. | Rose Hogenson | 1 | -0/+602 | |
| Now the lib directory contains what will eventually end up on the user's /usr/lib/csc. When I write make install, it will copy all of the .csc files from lib into the destination lib directory. This means I can start working on the standard library in lib/scheme. | |||||
