30 Sep
2019
30 Sep
'19
5:45 p.m.
On Sun, Sep 29, 2019 at 3:56 AM Bjorn Reese via Boost
So if I understand your model correctly, it parses as many token as possible, and each token results in a callback. When you reach the end of the buffer, you manually suspend parsing and resume when more data is fed into it. ... That sounds like a variation of a push parser.
Ah yeah, that description is accurate! Thanks