Parsing of CommaSeparatedRepetition class of productions is currently broken due to an issue in the parsing procedure which erroneously permits dangling ,-tokens for delimiter despite nothing following the latter. For example, "foo," is currently accepted by the procedure as a comma-separated repetition, which the former decidedly is not.
Parsing of
CommaSeparatedRepetition
class of productions is currently broken due to an issue in the parsing procedure which erroneously permits dangling,
-tokens for delimiter despite nothing following the latter. For example, "foo," is currently accepted by the procedure as a comma-separated repetition, which the former decidedly is not.