musictheory / NilScript

Objective-C-style language superset of JavaScript with a tiny, simple runtime
Other
50 stars 5 forks source link

Iterator support #151

Open iccir opened 6 years ago

iccir commented 6 years ago

There should be a way for NilScript classes to implement Symbol.iterator and be used with for-of.

iccir commented 5 years ago

3.0 will reserve the iterator selector.

iccir commented 5 years ago

Changing title, with the iterator selector name reserved, we can do this in a minor revision.