Closed darsnack closed 4 years ago
Currently, it seems like the following does not work:
@capture(ex, for itr_ body_ end)
Is there a blocking reason for this? Would it be straightforward to add support?
Shouldn't it be for var_ in itr_; body__ end?
for var_ in itr_; body__ end
Yeah that works.
Currently, it seems like the following does not work:
Is there a blocking reason for this? Would it be straightforward to add support?