Replies: 2 comments 2 replies
-
Likely it would help if you included relevant tests showing the failure and where the You likely also want to run one of the tests with My best guess is that the integer parser matches and then leaves |
Beta Was this translation helpful? Give feedback.
-
After looking at the output of -F winnow/debug I was able to find the problems. It was related to matching up to the |
Beta Was this translation helpful? Give feedback.
-
Im writing a Lua parser and I want it to first try parsing integers, then floats. When the integer parser fails, I want it to try the float parser too, but its failing on any float input (1., 0x1.0, ...). Im not sure why its not trying other parsers.
Beta Was this translation helpful? Give feedback.
All reactions