summaryrefslogtreecommitdiffstats
path: root/bytecode/encoding.c
AgeCommit message (Collapse)AuthorFilesLines
2024-02-04Rewrite the bytecode interpreter in Rust.Rose Hogenson1-118/+0
2023-02-11Change how slices work.Rose Hogenson1-4/+4
I'm switching to a more macro-heavy solution. Hopefully it proves robust.
2023-02-11Write a garbage collector.Rose Hogenson1-1/+1
Does it work? No, but it compiles.
2023-02-11Add a bytecode interpreter.Rose Hogenson1-0/+118
I wrote it in C because I actually like programming in C. Turns out setting up a Makefile is really easy too.