Whitespace parser since 0.12 #313
Unanswered
JaapWijnen
asked this question in
Q&A
Replies: 1 comment 2 replies
-
After looking at it a little more. Is there simply no way to user the Whitespace parser on Substring input anymore? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to update to the latest version but can't get the Whitespace parser to work.
When looking at Whitespace's initialisers it seems like you can only initialise it with a
InputToBytes == Conversions.Identity<C>
which I don't fully understand. Then what use are the conversions? Or is this an oversight?It's failing because it's using the disfavoured overload:
Not sure how to get around this!
Beta Was this translation helpful? Give feedback.
All reactions