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
This is to make it easy to write a || b || c, and have delimiters in between all of them, but not before the first or after the last. Without this directive, you'd have to establish some kind of counter that all the subparsers above would be able to see and increment, and have all of them skip, then parse a delimiter, if they were not the first one used.
The text was updated successfully, but these errors were encountered:
This is to make it easy to write
a || b || c
, and have delimiters in between all of them, but not before the first or after the last. Without this directive, you'd have to establish some kind of counter that all the subparsers above would be able to see and increment, and have all of them skip, then parse a delimiter, if they were not the first one used.The text was updated successfully, but these errors were encountered: