aboutsummaryrefslogtreecommitdiffstats
path: root/csc/compiler.csc
AgeCommit message (Collapse)AuthorFilesLines
2022-07-28Write the CLI frontend.Rose Hogenson1-5/+3
2022-07-28Improve the strings API.Rose Hogenson1-4/+6
I'm just copying the go strings library API.
2022-07-28Add the compiler frontend.Rose Hogenson1-0/+135
I haven't written any tests yet, so this code probably doesn't even compile.
2022-03-31Allow overriding the cmp function in assert-equal.Rose Hogenson1-89/+0
2022-03-03Write the compiler frontend.Rose Hogenson1-0/+89