carbon-lang
carbon-lang copied to clipboard
For loop for arrays
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!
Thanks for the review... I should think again, how to implement this...
Hello folks, I have reimplement the for-loop statement.
Relates to #1592