Make the comma after `assert warn/fail/fatal` optional
Open
enhancement
rgbasm
- Dominant language
- C++
- Stars
- 1.6k
- Forks
- 193
- Avg merge
- 1d 33m
- Merged PRs (30d)
- 23
Description
As discussed with ISSOtm, we both often write e.g. `assert fail N < MAX_N, "oops"` and then have to correct it to `assert fail, N < MAX_N, "oops"`. There should be no grammar issues with making the comma optional and allowing either syntax.
Contributor guide
Assessment
This issue has not been assessed yet.