1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
(* html4-lib.cm
*
* COPYRIGHT (c) 2014 The Fellowship of SML/NJ (http://www.smlnj.org)
* All rights reserved.
*
* CM file for the HTML4 library.
*)
Library
signature HTML4
structure HTML4
structure HTML4Attrs
structure HTML4Entities
structure HTML4Parser
structure HTML4Tokens
structure HTML4TokenUtils
structure HTML4Utils
structure HTML4Print
is
$/basis.cm
$/smlnj-lib.cm
$/ml-lpt-lib.cm
html4.g : ml-antlr
html4.l : ml-ulex
html4-attr.g : ml-antlr
html4-attr.l : ml-ulex
html4.sig
html4.sml
html4-attrs.sml
html4-entities.sml
html4-parser.sml
html4-print.sml
html4-token-utils.sml
html4-utils.sml
(* ______________________________________________________________________
End of html4-lib.cm
______________________________________________________________________ *)
|