You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm been repeatedly met with a problem, though. The alt combinator return the first succeeded result. so i have to carefully arrange the sub-parsers in a "reverse-dictionary order" to make the result correct what i wanted.
I wonder if we can make a special version of alt so it run all the sub-parsers and return the first version that ate the most data. That'll be slower, but it can be much more convenient.