simpleAssignmentOperators

You can either use = or := in Python. But the latter is only available in a "named expression" (a = (x := 1)). We still need to include both however, otherwise Reference.access will not be set correctly in "named expressions".