public Parser <Seq <T> > commaSep1 <T>(Parser <T> p) =>
 TokenParser.CommaSep1(p);
Example #2
0
 Parser <Lst <T> > commaSep1 <T>(Parser <T> p) =>
 lexer.CommaSep1(p);