Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

with x = y, a = b do .. doesn't rewrite to standard code #174

Closed
novaugust opened this issue Jun 11, 2024 · 0 comments
Closed

with x = y, a = b do .. doesn't rewrite to standard code #174

novaugust opened this issue Jun 11, 2024 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@novaugust
Copy link
Contributor

novaugust commented Jun 11, 2024

title sums it up!

with x = y, a = b do
  z
else
 _ -> whatever
end

should become

x = y
a = b
z
@novaugust novaugust changed the title with x = y do .. doesn't rewrite to standard code if there are else statements with x = y, a = b do .. doesn't rewrite to standard code Jun 11, 2024
@novaugust novaugust added enhancement New feature or request bug Something isn't working labels Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant