Description Usage Arguments Value See Also Examples
%then%
is the infix operator for the then combinator, and it is the
preferred way to use the then
operator.
1 | then(p1, p2)
|
p1 |
the first parser |
p2 |
the second parser |
recognises anything that p1
and p2
would if placed in
succession.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.