uohzxela/ex_format

Enforce parens for function calls with keyword list in their arguments

Closed this issue · 0 comments

Some function calls like if something, do: this, else: that and quote do: something should be parenthesized, or else they will result in syntax errors if they are used in lists/tuples/function args.