Treats leading and trailing commas as syntax tokens with their own prefixes and suffixes.
In the case of [ , a, b, c , ], the leading and trailing commas themselves must have their own prefixes and suffixes, otherwise it's ambiguous where to assign the space immediately following [ and preceding ].
Closes #60.
Treats leading and trailing commas as syntax tokens with their own prefixes and suffixes.
In the case of
[ , a, b, c , ]
, the leading and trailing commas themselves must have their own prefixes and suffixes, otherwise it's ambiguous where to assign the space immediately following[
and preceding]
.