Fixed loop instructions, local registers in other instructions, upvalues and tables. Builds and passes test.

This commit is contained in:
paladin 2026-08-29 13:33:48 +01:00
parent 110e035efd
commit 60c097518a
9 changed files with 229 additions and 151 deletions

View file

@ -10,4 +10,5 @@ messages = []
assertions = []
[dependencies]
glam = { version = "0.33.3", optional = true }
glam = { version = "0.33.3", optional = true }
colored = { version = "3.1.1" }