aboutsummaryrefslogtreecommitdiffstats
path: root/hash-map-test.csc
AgeCommit message (Collapse)AuthorFilesLines
2022-01-11Move scheme compiler into a separate directory.Rose Hogenson1-78/+0
2022-01-09Write the linker.Rose Hogenson1-18/+30
2022-01-09Redo the testing framework.Rose Hogenson1-82/+50
We can lean more on the power of scheme to make the testing framework a little less verbose.
2022-01-09Initial commit.Rose Hogenson1-0/+98
Not sure if everything here will be needed eventually, but we have a working bytecode interpreter. Next I will write the linker, then the core compiler, and finish with the macro expander.