File: html4-lib.cm

package info (click to toggle)
smlnj 110.79-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 82,552 kB
  • sloc: ansic: 32,532; asm: 6,314; sh: 2,303; makefile: 1,821; perl: 1,170; pascal: 295; yacc: 190; cs: 78; python: 77; lisp: 19
file content (43 lines) | stat: -rw-r--r-- 835 bytes parent folder | download | duplicates (4)
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
   ______________________________________________________________________ *)