Handbook
Glossary
compile-parser ( parser -- word )
Vocabulary
peg
.
private
Inputs
parser
an
object
Outputs
word
an
object
Definition
USING:
compiler.units
kernel
namespaces
;
IN:
peg.private
:
compile-parser
( parser -- word )
[
H{
}
clone
delayed
[
compile-parser-word
fixup-delayed
]
with-variable
]
with-compilation-unit
;