Closed michael-projectx closed 1 week ago
Comments should be allowed within lists in general. PEGTL provides a rule for lists with padded separators.
We may want our own custom rule so that comments can come after a comma, but not before
Something like:
list<R, pad<",", blank, COMMENT>>
See also issue #114
See also issue #125
Completed by PR #127
The following won't parse properly: