aboutsummaryrefslogtreecommitdiffstats
path: root/bytecode/src/data.rs
AgeCommit message (Collapse)AuthorFilesLines
2022-08-27Implement multiple return values.Rose Hogenson1-2/+5
2022-07-30Add the typeof opcode.Rose Hogenson1-0/+2
2022-07-29Fix the bytecode interpreter.Rose Hogenson1-101/+14
I'm too scared to actually try to run it right now.
2022-07-25Document the plan for symbols.Rose Hogenson1-5/+5
2022-03-03Start the garbage collector.Rose Hogenson1-0/+225
I don't think we finished it, but I wrote this code a while ago and I'm just trying to get it committed.