commaLexer top-level property

Parser<CommaParser> commaLexer
final

identifies commas

Implementation

final Parser<CommaParser> commaLexer = char(',').map((_) => CommaParser());