Description Usage Arguments See Also Examples
some
matches 1 or more of pattern p
. in BNF notation, repetition occurs often enough to merit its own abbreviation. When zero or
more repetitions of a phrase p
are admissible, we simply write
p+
. The some
combinator corresponds directly to this operator,
and is defined in much the same way.
1 | some(p)
|
p |
is the parser to match 1 or more times. |
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.