Replies: 1 comment 3 replies
-
This feels like an A/B problem. Why do you want to abort the parsing process? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! Currently I have the following similar code:
but now I'd like to add a strategy, to abort the whole parsing-process if
needed. My first idea was to use
or_else
for this:I'm pretty much stuck here and I don't really know how I can implement this with
chumsky
.Beta Was this translation helpful? Give feedback.
All reactions