Handbook
Glossary
htmlize-diff ( diff -- xml )
Vocabulary
lcs
.
diff2html
Inputs
diff
an
object
Outputs
xml
an
object
Definition
USING:
sequences
xml.data
xml.syntax.private
;
IN:
lcs.diff2html
:
htmlize-diff
( diff -- xml )
[
diff-line
]
map
1
nenum
T{
xml-chunk
{
seq
V{
""
T{
tag
{
name ~name~
}
{
attrs ~attrs~
}
{
children ~vector~
}
}
""
}
}
}
interpolate-xml
;