-
The function
can have a parser on the left and one on the right, using a loopback in the middle. For example I want to parse a string like this:
With the is there a way to achieve this using a wrapper of an EDIT: now that I wrote it makes no sense, because |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I'm just thinking that wrapping the whole ExpressionBuilder Parser into another Parser can work, so I can simply use a sequence and achieve the result I want |
Beta Was this translation helpful? Give feedback.
I'm just thinking that wrapping the whole ExpressionBuilder Parser into another Parser can work, so I can simply use a sequence and achieve the result I want