Handbook
Glossary
packrat ( id -- cache )
Vocabulary
peg
.
private
Inputs
id
an
object
Outputs
cache
an
object
Definition
USING:
assocs
kernel
namespaces
;
IN:
peg.private
:
packrat
( id -- cache )
\
packrat
get
[
drop
H{
}
clone
]
cache
;