degory / ghul

compiler for the ghūl programming language
https://ghul.dev
GNU Affero General Public License v3.0
4 stars 0 forks source link

Accept trailing commas wherever commas are used as a separator #1074

Open degory opened 9 months ago

degory commented 9 months ago

Anywhere where we require commas to separate items in some kind of list, we should accept (but not require) a trailing comma after the last element in the list.