chickadee » comparse » preceded-by

preceded-by parser #!rest parsersprocedure

Returns a parser which applies the given parsers from left to right to the input or the remainder of the preceding parser, respectively, and returns the result of the last one. See also the note on variadic combinators.