start adding set attribute support

This commit is contained in:
2025-09-17 17:24:50 +01:00
parent 4be8e8e32f
commit 3b0ec79955
10 changed files with 96 additions and 133 deletions

View File

@@ -120,9 +120,9 @@ sets the source location onto the runtime
1. the column
1. the length
## OP_LOAD_GETATTRIBUTE_FUNCTION
## OP_LOAD_GETATTRIBUTE_METHOD
loads the \_\_getattribute\_\_ function from the objects class in register 1 and put it into register 1
loads the \_\_getattribute\_\_ method from the objects class in register 1 and put it into register 1
## OP_LOAD_BOOL
@@ -183,4 +183,8 @@ performs an division between register A and register B, storing the result in re
## OP_NOT
inverts the boolean value in register 0.
inverts the boolean value in register 0.
## OP_LOAD_SETATTR_METHOD
loads the \_\_setattr\_\_ method from the objects class in register 1 and put it into register 1