You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thinking about #399 (comment), it seems like we may be able to sidestep the issues with generalizing ParserIter by only enabling it for parsers which do not perform backtracking (which I believe should be true of most tokenizers). This doesn't address the larger issue, but it may be able to unblock many use cases for pipelined parsing as per #399. Would that be an acceptable interim solution?
Example APIs:
The text was updated successfully, but these errors were encountered: