tjpalmer / ion

Self-hosted ion compiler. Based on ion here: https://github.com/pervognsen/bitwise
Other
16 stars 0 forks source link

Trailing commas in function calls #2

Closed tjpalmer closed 6 years ago

tjpalmer commented 6 years ago

Trailing commas in function calls should be ignored, like in arrays and such:

call_that(
    hi,
);
tjpalmer commented 6 years ago

I'll call this resolved as of 17b33a33d4db019d73f3e6ef1b06eb09be8da869 though I might want to disallow commas after ellipses.