Handbook
Glossary
tag-parse ( quot -- vector )
Vocabulary
html
.
parser
.
private
Inputs
quot
an
object
Outputs
vector
an
object
Definition
USING:
kernel
namespaces
sequences.parser
;
IN:
html.parser.private
:
tag-parse
( quot -- vector )
V{
}
clone
tagstack
[
parse-sequence
]
with-variable
;
inline