ethereum / fe

Emerging smart contract language for the Ethereum blockchain.
https://fe-lang.org
Other
1.6k stars 178 forks source link

Newline handling fixes for expression parsing #989

Closed sbillig closed 6 months ago

sbillig commented 6 months ago

What was wrong?

Incorrect newline handling in expression binding power and tuple expressions.

How was it fixed?

@Y-Nak did it. (These commits are cherry-picked from #981)

To-Do

Y-Nak commented 6 months ago

Thanks!