dplassgit / d2lang

D2 is a strongly-typed, statically-typed, (mostly) inferred-type compiled language.
MIT License
6 stars 1 forks source link

Optimize `foo.bar=foo.bar` #262

Closed dplassgit closed 10 months ago

dplassgit commented 10 months ago

This is impossible because it will always be implemented as temp=foo.bar foo.bar = temp