aboutsummaryrefslogtreecommitdiffstats
path: root/bytecode/src/main.rs
AgeCommit message (Collapse)AuthorFilesLines
2023-05-01Rewrite most of the compiler.Rose Hogenson1-2/+36
This represents a major step back in terms of functionality, and amount of code. The latter I think constitutes a major win. Next steps are to reimplement syntax-rules, call/cc, and call-with-values.
2022-07-29Fix the bytecode interpreter.Rose Hogenson1-5/+1
I'm too scared to actually try to run it right now.
2022-03-03Start the garbage collector.Rose Hogenson1-0/+1
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 Hogenson1-0/+13
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.