Closed c42f closed 1 year ago
The reference parser sees (a; b,) as a block, but the trailing comma implies this should be a frakentuple. Allow this unusual syntax as a minor bug in the reference parser.
(a; b,)
Part of #134
The reference parser sees
(a; b,)
as a block, but the trailing comma implies this should be a frakentuple. Allow this unusual syntax as a minor bug in the reference parser.Part of #134