aboutsummaryrefslogtreecommitdiffstats
path: root/bytecode/src/stack.rs
AgeCommit message (Collapse)AuthorFilesLines
2022-07-29Fix the bytecode interpreter.Rose Hogenson1-33/+0
I'm too scared to actually try to run it right now.
2022-03-03Start the garbage collector.Rose Hogenson1-0/+33
I don't think we finished it, but I wrote this code a while ago and I'm just trying to get it committed.