carbon-lang icon indicating copy to clipboard operation
carbon-lang copied to clipboard

For loop for arrays

Open pmqtt opened this issue 3 years ago • 2 comments
trafficstars

Hello folks, I have the for-loop statement implements... Test Cases are in testdata/for/

Comments and suggestions for improvement are very welcome, because my implementation manipulate the AST to transform the for-loop in the aquivalent while form.

I hope it is useful und best regrads!

pmqtt avatar Jul 26 '22 21:07 pmqtt

Thanks for the review... I should think again, how to implement this...

pmqtt avatar Jul 28 '22 21:07 pmqtt

Hello folks, I have reimplement the for-loop statement.

pmqtt avatar Jul 30 '22 22:07 pmqtt

Relates to #1592

Pixep avatar Jul 31 '22 22:07 Pixep