support empty comma seperated arguments and parameters #78
Labels
discussion
Issues with subject matter open for discussion; input sought from contributors.
enhancement
language
Core language and syntax design issues
parser
just so
x(, b) => y(, b)
compile toconst x = (arg0, b) => y(undefined, b)
The text was updated successfully, but these errors were encountered: