Handbook
Glossary
choice* ( quot -- parser )
Vocabulary
peg
Inputs
quot
an
object
Outputs
parser
an
object
Definition
USING:
make
;
IN:
peg
:
choice*
( quot -- parser )
{
}
make
choice
;
inline