static <E, T, Sep, Status, Tran>SepBy1<E,T,Sep,Status,Tran>
sepBy1(Parsec<E,T,Status,Tran> parser, Parsec<E,Sep,Status,Tran> by)