Do numerical suffixes on rules only need to be unique, or do they need to be consecutive too? Or strictly increasing? #1932
Answered
by
msujew
thejohnfreeman
asked this question in
Q&A
-
Related to this FAQ. |
Beta Was this translation helpful? Give feedback.
Answered by
msujew
Mar 14, 2023
Replies: 1 comment 1 reply
-
They only need to be unique. The numbers are purely used to create a unique index for each parser method call, but their order/consecutiveness does not matter. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
thejohnfreeman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
They only need to be unique. The numbers are purely used to create a unique index for each parser method call, but their order/consecutiveness does not matter.