aboutsummaryrefslogtreecommitdiffstats
path: root/bytecode
AgeCommit message (Expand)AuthorFilesLines
2022-08-22Add a few primitive list operations.Rose Hogenson2-0/+42
2022-08-22Simplify the heap.Rose Hogenson2-67/+68
2022-08-22Allow 0-length allocs.Rose Hogenson1-3/+7
2022-08-07Misc test fixup in the compiler.Rose Hogenson1-0/+5
2022-08-07Fix an infinite loop in the garbage collector.Rose Hogenson1-15/+13
2022-08-07Add int<? and eq?.Rose Hogenson2-2/+32
2022-08-01Rename the compiler in bytecode.rs.Rose Hogenson1-2/+2
2022-07-30Add typeof to encoding.rs.Rose Hogenson1-0/+9
2022-07-30Add the typeof opcode.Rose Hogenson2-0/+91
2022-07-30Move Cargo.nix to default.nix.Rose Hogenson1-0/+0
2022-07-30Write more tests for decode.Rose Hogenson1-15/+261
2022-07-29Fix the bytecode interpreter.Rose Hogenson8-796/+1169
2022-07-25Document the plan for symbols.Rose Hogenson1-5/+5
2022-06-30Remove unsafe code.Rose Hogenson1-57/+48
2022-03-03Start the garbage collector.Rose Hogenson7-77/+561
2022-01-09Initial commit.Rose Hogenson7-0/+879