%thentree% {Ramble} | R Documentation |
%thentree%
is the infix operator for the then combinator, and it is
the preferred way to use the thentree
operator.%thentree%
is the infix operator for the then combinator, and it is
the preferred way to use the thentree
operator.
p1 %thentree% p2
p1 |
the first parser |
p2 |
the second parser |
recognises anything that p1
and p2
would if placed in
succession.
(item() %thentree% succeed("123")) ("abc")