| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-01-25 | Use an exception for loop return. | Rose Hogenson | 1 | -18/+12 | |
| This makes everything a lot easier, as it handles nested loops automatically. My brain wave was storing the returned values in a thunk. | |||||
| 2022-01-25 | Fix the bugs in loop. | Rose Hogenson | 1 | -32/+73 | |
| It works! Sometimes it emits nested loops! | |||||
| 2022-01-24 | Finish the loop macro. | Rose Hogenson | 1 | -157/+338 | |
| I also cleaned everything up a lot. Maybe there are still bugs because the test coverage is awful, but for now I'm happy to be done. | |||||
| 2022-01-22 | Add a loop macro. | Rose Hogenson | 1 | -0/+194 | |
