static <E, T, L, Status, Tran>ManyTill<E,T,L,Status,Tran>
manyTill(Parsec<E,T,Status,Tran> parser, Parsec<E,L,Status,Tran> end)