thentree {Ramble} | R Documentation |
thentree
keeps the full tree representation of the results of parsing.
Otherwise, it is identical to then
.thentree
keeps the full tree representation of the results of parsing.
Otherwise, it is identical to then
.
thentree(p1, 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")