Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix incorrect block addresses | Ben Bridle | 2025-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 issue | Ben Bridle | 2025-03-25 |
| | | | | | Label definitions were being gathered in the bytecode stage, but then were incorrectly dropped instead of being used. | ||
* | Rewrite library | Ben Bridle | 2025-03-18 |