Handbook
Glossary
sp ( parser -- parser )
Vocabulary
peg
Inputs
parser
a
parser
Outputs
parser
a
parser
Word description
Returns a parser that calls the original
parser
after stripping any whitespace from the left of the input string.
Definition
USING:
kernel
peg.private
;
IN:
peg
:
sp
( parser -- parser )
sp-parser
boa
wrap-peg
;