Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend with support for generic streams. #14

Open
BenjaminHolland opened this issue Jun 26, 2017 · 1 comment
Open

Extend with support for generic streams. #14

BenjaminHolland opened this issue Jun 26, 2017 · 1 comment

Comments

@BenjaminHolland
Copy link

Pattern matching on characters is great, but seems unnecessarily restrictive. Being able to "parse" streams of any given type would seem to be a powerful tool.

@ztl8702
Copy link

ztl8702 commented Apr 11, 2020

+1. I wrote a "Tokenizer" with FParsec which produces a flat list of tokens from CharStream, and now is wondering what can do with the "stream" of tokens...


Hmm seems https://github.com/benjamin-hodgson/Pidgin allows arbitrary input type... so I might use both libraries 🤦

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants