• Roman Alifanov's avatar
    Add obj.field = value syntax for object field assignment · 5e6d896e
    Roman Alifanov authored
    Support assigning to object fields from outside the class using
    obj.field = value syntax with all compound operators (=, +=, -=, *=, /=, ..=).
    Also support typed parameters in functions to enable field assignment
    on passed objects.
    5e6d896e
dispatch_codegen.py 52.4 KB