summaryrefslogtreecommitdiffstats
path: root/bytecode/src/heap.rs
AgeCommit message (Collapse)AuthorFilesLines
2024-05-12Revert "Use strings for errors."Rose Hogenson1-6/+7
This reverts commit 7b87d7185fc93b92606fcacbc1ea3d7a8e02cb20. It was an interesting experiment, but String seems to be worse than Box<dyn Error> in every way.
2024-05-11Use strings for errors.Rose Hogenson1-7/+6
2024-04-28Add case over int.Rose Hogenson1-2/+2
2024-02-04Fix some bugs in the bytecode interpreter.Rose Hogenson1-25/+23
2024-02-04Rewrite the bytecode interpreter in Rust.Rose Hogenson1-0/+144