aboutsummaryrefslogtreecommitdiffstats
path: root/bytecode/src
AgeCommit message (Collapse)AuthorFilesLines
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-30Write more tests for decode.Rose Hogenson1-15/+261
2022-07-29Fix the bytecode interpreter.Rose Hogenson7-796/+427
I'm too scared to actually try to run it right now.
2022-07-25Document the plan for symbols.Rose Hogenson1-5/+5
2022-06-30Remove unsafe code.Rose Hogenson1-57/+48
I'm partially doing it because I'm not sure if what I had was really safe, but also it just looks much cleaner this way.
2022-03-03Start the garbage collector.Rose Hogenson7-77/+561
I don't think we finished it, but I wrote this code a while ago and I'm just trying to get it committed.
2022-01-09Initial commit.Rose Hogenson4-0/+863
Not sure if everything here will be needed eventually, but we have a working bytecode interpreter. Next I will write the linker, then the core compiler, and finish with the macro expander.