digit-parser ( -- parser )


Vocabulary
peg.parsers

Inputs
None

Outputs
parsera parser


Word description
Returns a parser that matches a single digit as defined by the digit? word.

See also
integer-parser

Definition