| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-09-02 | Fix bugs with recursive macros and empty template. | Rose Hogenson | 1 | -38/+72 | |
| 2022-09-02 | Undo the hacky list constant changes. | Rose Hogenson | 1 | -5/+1 | |
| We will eventually implement list constants using some kind of rodata. | |||||
| 2022-09-01 | Fix some bugs in macros, and add list constants. | Rose Hogenson | 1 | -57/+158 | |
| 2022-08-27 | Implement multiple return values. | Rose Hogenson | 1 | -1/+1 | |
| 2022-08-23 | Change argument passing to use lists. | Rose Hogenson | 1 | -26/+6 | |
| 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-12 | Fix bugs in the macro expander. | Rose Hogenson | 1 | -84/+98 | |
| Now I'm following the rule that you should ignore marks that were added after the binding was defined. I also introduced a lexical environment to handle lambdas. | |||||
| 2022-08-09 | Fix a few small bugs. | Rose Hogenson | 1 | -1/+1 | |
| N lines of code will have about 2N bugs. | |||||
| 2022-08-07 | Misc test fixup in the compiler. | Rose Hogenson | 1 | -11/+12 | |
| 2022-08-07 | Fix a bug in expand-body for an empty body. | Rose Hogenson | 1 | -1/+2 | |
| 2022-08-04 | Add if, and, or, when and friends. | Rose Hogenson | 1 | -1/+12 | |
| 2022-08-04 | Add if and set!. | Rose Hogenson | 1 | -5/+42 | |
| 2022-08-01 | Modify the project structure. | Rose Hogenson | 1 | -0/+801 | |
| 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. | |||||
