Fixed loop instructions, local registers in other instructions, upvalues and tables. Builds and passes test.
This commit is contained in:
parent
110e035efd
commit
60c097518a
9 changed files with 229 additions and 151 deletions
|
|
@ -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" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue