Handbook
Glossary
epsilon ( -- value )
Vocabulary
peg
.
parsers
Inputs
None
Outputs
None
Word description
Returns a parser that matches the empty sequence.
Definition
USING:
peg
peg.private
;
IN:
peg.parsers
CONSTANT:
epsilon
T{
parser
{
peg
T{
token-parser
{
symbol
V{
}
}
}
}
{
id 2
}
}
inline