scm-prog->html
function
scm-prog->html :: string -> xml-element
This function is used to perform syntax coloring of a Scheme program which is included as the body of an HTML "pre" tag. The string argument is parsed into tokens and marked up in HTML. CSS is used to control font selection and coloring. Returns a an xml-element consisting of the HTML markup.