aboutsummaryrefslogtreecommitdiffstats
path: root/bytecode
AgeCommit message (Collapse)AuthorFilesLines
2022-03-03Start the garbage collector.Rose Hogenson7-77/+561
I don't think we finished it, but I wrote this code a while ago and I'm just trying to get it committed.
2022-01-09Initial commit.Rose Hogenson7-0/+879
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.