change how access is done and add built in array (need to optimise the size)

This commit is contained in:
William Bell
2025-09-09 06:24:23 +01:00
parent d46a6dc209
commit fc7cfc7cfb
22 changed files with 732 additions and 639 deletions

View File

@@ -120,9 +120,9 @@ sets the source location onto the runtime
1. the column
1. the length
## OP_LOAD_ACCESS_FUNCTION
## OP_LOAD_GETATTRIBUTE_FUNCTION
loads the access function into register 1
loads the \_\_getattribute\_\_ function from the objects class in register 1 and put it into register 1
## OP_LOAD_BOOL