| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-08-23 | Change argument passing to use lists. | Rose Hogenson | 1 | -5/+2 | |
| Using vectors is just horribly complicated combined with builtins like apply, or procedures that take a rest parameter. Now we pass all arguments in a list. Hopefully optimization can undo this for known functions in the future. | |||||
| 2022-08-07 | Misc test fixup in the compiler. | Rose Hogenson | 1 | -1/+2 | |
| 2022-08-05 | Add more of the standard library. | Rose Hogenson | 1 | -0/+1 | |
| 2022-08-05 | Add call-with-values. | Rose Hogenson | 1 | -0/+1 | |
| 2022-08-05 | Add call-with-current-continuation. | Rose Hogenson | 1 | -0/+1 | |
| 2022-08-01 | Modify the project structure. | Rose Hogenson | 1 | -0/+215 | |
| 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. | |||||
