Handbook
Glossary
just ( p1 -- just-parser )
Vocabulary
parser-combinators
Inputs
p1
an
object
Outputs
just-parser
an
object
Definition
USING:
kernel
;
IN:
parser-combinators
:
just
( p1 -- just-parser )
\
just-parser
boa
;
inline