Replies: 1 comment 1 reply
-
No answer to this one ? is the question somehow unclear ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Please apologies / feel free to correct if terminology is not good.
I've read (but can't find it anymore) that Lexy has the ability to switch to a completely hand written rule.
Let's assume that at some point I need to call a (provided) function with following signature
parseToSomeStuff(InputIterator & it, const InputIterator & end)
this function update the it to the last consumed value.
The issue is that end Iterator is not provided.
What would you recommand ?
Beta Was this translation helpful? Give feedback.
All reactions