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