add __setattr__

This commit is contained in:
William Bell
2025-09-17 22:56:44 +01:00
parent 042c278b8d
commit 50ff9fbefc
10 changed files with 96 additions and 34 deletions

View File

@@ -25,7 +25,7 @@ typedef enum {
__string__,
__subtract__,
__multiply__,
__division__,
__divide__,
__new__,
__init__,
__boolean__,