Pi-Squared-Inc / solidity-demo-semantics

Demonstration Solidity Semantics in K
2 stars 2 forks source link

For loops #21

Closed dwightguth closed 3 weeks ago

dwightguth commented 1 month ago

Adds support for for loops. It does this via a very basic desugaring to a while loop.