Famous last words: I think I fixed it

This commit is contained in:
2023-03-04 22:15:39 +11:00
parent 502032e514
commit e6d9809da5
3 changed files with 9 additions and 4 deletions

View File

@@ -1862,6 +1862,9 @@ static bool execIndexAssign(Toy_Interpreter* interpreter) {
Toy_freeLiteral(op);
Toy_freeLiteralArray(&arguments);
//if we loop, then we need to be assigning
opStr = "=";
}
//BUGFIX: make sure the compound name can be assigned