(parse-until) ( accum end -- accum )


Vocabulary
parser

Inputs
accuma vector
enda word


Outputs
accuma vector


Word description
Parses objects from parser input until end is encountered, adding them to the accumulator.

Notes
This word should only be called from parsing words.

See also
parse-tokens, each-token, map-tokens, parse-until

Definition