summaryrefslogtreecommitdiff
path: root/src/stages/bytecode.rs
Commit message (Collapse)AuthorAge
* Fix incorrect block addressesBen Bridle2025-03-25
| | | | | The value used for every block open token was their own address, instead of the address of the matching block close token.
* Fix label definition issueBen Bridle2025-03-25
| | | | | Label definitions were being gathered in the bytecode stage, but then were incorrectly dropped instead of being used.
* Rewrite libraryBen Bridle2025-03-18