Handbook
Glossary
tokenizer-tuple? ( object -- ? )
Vocabulary
peg
.
ebnf
.
private
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
tokenizer-tuple
class.
Definition
USING:
classes.tuple.private
kernel
slots.private
;
IN:
peg.ebnf.private
:
tokenizer-tuple?
( object -- ? )
dup
tuple?
[
layout-of
7
slot
\
tokenizer-tuple
eq?
]
[
drop
f
]
if
;