riff-lang / riff

The Riff programming language
https://riff.cx
BSD Zero Clause License
23 stars 1 forks source link

Optional separators for expression lists in various language constructs #24

Open darrylabbate opened 1 year ago

darrylabbate commented 1 year ago

Syntactically, separators aren't required for things like function signatures, function calls and table constructors. Pros/cons need to be weighed before implementing this kind of change.