aboutsummaryrefslogtreecommitdiffstats
path: root/csc
AgeCommit message (Expand)AuthorFilesLines
2022-01-25Use an exception for loop return.Rose Hogenson1-18/+12
2022-01-25Fix the bugs in loop.Rose Hogenson2-44/+230
2022-01-24Implement lambda?Rose Hogenson2-12/+209
2022-01-24Finish the loop macro.Rose Hogenson3-164/+362
2022-01-22Store the list length in sort.Rose Hogenson1-8/+12
2022-01-22Add a loop macro.Rose Hogenson3-12/+313
2022-01-15Finish the macro expander.Rose Hogenson6-105/+501
2022-01-14Write a first draft macro expander.Rose Hogenson6-161/+414
2022-01-13Rewrite match to use exceptions.Rose Hogenson1-17/+43
2022-01-13Use := instead of = for variable assignment.Rose Hogenson1-1/+1
2022-01-13Generalize the hash map.Rose Hogenson3-35/+48
2022-01-11Move scheme compiler into a separate directory.Rose Hogenson27-0/+1749