summaryrefslogtreecommitdiffstats
path: root/bytecode/src/main.rs
AgeCommit message (Collapse)AuthorFilesLines
2024-06-02Improve read.Rose Hogenson1-9/+7
2024-06-02Add strings and IO.Rose Hogenson1-25/+107
2024-05-12Revert "Use strings for errors."Rose Hogenson1-27/+24
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-24/+27
2024-04-28Add case over int.Rose Hogenson1-0/+28
2024-04-27Add integer arithmetic.Rose Hogenson1-0/+39
2024-02-04Rewrite the bytecode interpreter in Rust.Rose Hogenson1-0/+87