aboutsummaryrefslogtreecommitdiffstats
path: root/lib/csc/cps-test.csc
AgeCommit message (Collapse)AuthorFilesLines
2022-08-23Change argument passing to use lists.Rose Hogenson1-162/+30
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-07Misc test fixup in the compiler.Rose Hogenson1-6/+6
2022-08-05Add more of the standard library.Rose Hogenson1-5/+5
2022-08-01Modify the project structure.Rose Hogenson1-0/+499
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.