chickadee » comparse » followed-by

followed-by parser following-parser #!rest following-parsersprocedure

Returns a parser which applies parser if the given following-parser[s] succeed on its remainder from left to right. Note that the following-parsers don't consume any input, i.e. they only perform a look-ahead.

See also the note on variadic combinators which applies to the following-parser[s] argument(s) in this case.