repeat1 ( parser -- parser )


Vocabulary
peg

Inputs
parsera parser


Outputs
parsera parser


Word description
Returns a parser that parses 1 or more instances of the parser. The AST produced is an array of the AST produced by the parser.

Definition