Handbook
Glossary
parse-entity ( accum -- )
Vocabulary
xml
.
tokenize
Inputs
accum
an
object
Outputs
None
Definition
USING:
kernel
math.parser
sequences
splitting
;
IN:
xml.tokenize
:
parse-entity
( accum -- )
take-;
"#"
?head
[
"x"
?head
16 10
?
base>
swap
push
]
[
parse-named-entity
]
if
;