natalie-lang / natalie

a work-in-progress Ruby compiler, written in Ruby and C++
https://natalie-lang.org
MIT License
931 stars 61 forks source link

Handle self nodes in multiple assignment calls #2185

Closed herwinw closed 2 months ago

herwinw commented 2 months ago

This supports code like:

self.foo, * = bar
*self.foo = bar