This tool generates a sequence of Scheme define forms for a specified set of tags (such as the tags in a version or variant
of HTML).
More specifically, we are able to generate a text file with Scheme definitions for a specified set of HTML single and double tags.
You must call the procedure generate-html in order to carry out the generation.
This makes the file: html-autogenerated-functions.scm.
The generated functions call generate-tag-function and generate-tag1-function, both of which can be found in the
HTML vers. 1 library.
The generated file can be loaded or inserted into another file.
The HTML vers. 1 library is an example of a library which includes a result generated by this tool.
Usage: Start a Scheme interpreter, and define the variable laml-dir appropriately.
Load this file into your Scheme system, adapt the lists of tags, and call the function generate-html.
Please notice that this is NOT the tool that generates the accurate HTML mirror which is now used in LAML.