You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to be able to leave trailing commas in a optionaValues literal format. I'm not sure the best way to change the grammar, but a possible idea could be:
This may have a conflict with valueList since it also contains commas, but I think it will work fine, since when in valueList all infix commas will be consumed, leaving just the trailing comma to be optionally consumed by optionValues
The text was updated successfully, but these errors were encountered:
It would be nice to be able to leave trailing commas in a
optionaValues
literal format. I'm not sure the best way to change the grammar, but a possible idea could be:This may have a conflict with
valueList
since it also contains commas, but I think it will work fine, since when invalueList
all infix commas will be consumed, leaving just the trailing comma to be optionally consumed byoptionValues
The text was updated successfully, but these errors were encountered: