Replies: 1 comment
-
Thanks for looking through the tutorial and providing feedback! The way forward with this feedback is not yet clear. Chapter 3 didn't explain what the code was doing as it was building off of the example from Chapter 2 which introduced Also, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So, the documentation has left me a bit puzzled.
Chapter 3 introduces take_while in the context of sequences, without explaining it.
I assumed it meant the given parser would be applied many times.
Therefore I thought
take_while0("abc")
would parse repeating "abc".Therefore I believe that the Docs should:
Let me know what you think :)
On a side note, the "Ideas" discussions is probably not the best place to put this, but there is no "Feedback" or "General Discussion" section, so here we are.
Beta Was this translation helpful? Give feedback.
All reactions