Handbook
Glossary
check-semantic ( result quot -- result )
Vocabulary
peg
.
private
Inputs
result
an
object
quot
an
object
Outputs
result
an
object
Definition
USING:
accessors
kernel
;
IN:
peg.private
:
check-semantic
( result quot -- result )
dupd
[
[
dup
ast>>
]
]
dip
[
and*
]
compose
compose
when
;
inline