sp ( parser -- parser )


Vocabulary
peg

Inputs
parsera parser


Outputs
parsera parser


Word description
Returns a parser that calls the original parser after stripping any whitespace from the left of the input string.

Definition