summaryrefslogtreecommitdiffstats
path: root/bytecode/oper.c
AgeCommit message (Collapse)AuthorFilesLines
2023-02-11Write a garbage collector.Rose Hogenson1-4/+7
Does it work? No, but it compiles.
2023-02-11Add a bytecode interpreter.Rose Hogenson1-0/+93
I wrote it in C because I actually like programming in C. Turns out setting up a Makefile is really easy too.