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
At present there is no simple way to specify a range or repeating rules - we have NTimes (for fixed number), OneOrMore and ZeroOrMore for repetions, but there could be e.g. something like the following in the BaseParser API:
public Rule Range(int min, int max, Object rule) {
...
}
The text was updated successfully, but these errors were encountered:
At present there is no simple way to specify a range or repeating rules - we have NTimes (for fixed number), OneOrMore and ZeroOrMore for repetions, but there could be e.g. something like the following in the BaseParser API:
public Rule Range(int min, int max, Object rule) {
...
}
The text was updated successfully, but these errors were encountered: