fmease / lushui

The reference compiler of the Lushui programming language
Apache License 2.0
7 stars 0 forks source link

Suggest removing commas #65

Open fmease opened 3 years ago

fmease commented 3 years ago

Newcomers might be inclined to use commas as separators in sequence literals, parameter groups, use path trees, etc. Suggest removing the comma but also skip this illegal token in the parser to make it non-fatal (relative to the parsing pass).

Priority: Low.