Handbook
Glossary
any-char ( -- value )
Vocabulary
peg
.
parsers
Inputs
None
Outputs
None
Word description
Returns a parser that matches any single character.
Definition
USING:
kernel
peg
peg.private
;
IN:
peg.parsers
CONSTANT:
any-char
T{
parser
{
peg
T{
satisfy-parser
{
quot
[
drop
t
]
}
}
}
{
compiled ( gensym )
}
{
id 1
}
}
inline