aboutsummaryrefslogtreecommitdiffstats
path: root/bytecode/src/bytecode.rs
AgeCommit message (Expand)AuthorFilesLines
2022-08-27Implement multiple return values.Rose Hogenson1-0/+26
2022-08-22Add a few primitive list operations.Rose Hogenson1-0/+36
2022-08-22Simplify the heap.Rose Hogenson1-2/+2
2022-08-22Allow 0-length allocs.Rose Hogenson1-3/+7
2022-08-07Add int<? and eq?.Rose Hogenson1-2/+27
2022-08-01Rename the compiler in bytecode.rs.Rose Hogenson1-2/+2
2022-07-30Add the typeof opcode.Rose Hogenson1-0/+89
2022-07-29Fix the bytecode interpreter.Rose Hogenson1-445/+276
2022-03-03Start the garbage collector.Rose Hogenson1-43/+98
2022-01-09Initial commit.Rose Hogenson1-0/+543