parser/many_m_n library

Classes

ManyMN<I, O>
Cyclically invokes the p parser and stores each parse result in a list until the p parser fails, at least m and no more than n results.