Next: Valuator reference counting, Previous: Maintaining the stack, Up: Value methods [Contents][Index]
On success, does the following:
As long as a parent tree iterator is
paused
marpa_t_next()
will not succeed,
and therefore the parent tree iterator cannot move on
to a new parse tree.
Many valuators can share the same parent parse tree.
A tree iterator is “unpaused” when
all of the valuators of that tree iterator are destroyed.
Return value:
On success, the newly created valuator.
On hard failure, NULL
.