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
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.
The text was updated successfully, but these errors were encountered:
+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...
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.
The text was updated successfully, but these errors were encountered: