File: README

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 (38 lines) | stat: -rw-r--r-- 1,392 bytes parent folder | download | duplicates (5)
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
______________________________________________________________________
README
______________________________________________________________________

This is the README for a new HTML 4.01 library for SML/NJ.

____________________________________________________________
Build targets
____________________________________________________________

The primary target is in html4-lib.cm.  This will build everything
needed to provide the HTML4 structure.

There are several test targets coded in CM files.

The first one tests the lexer, accepting a list of files as an
argument, and outputing a token per line.  For example:

$ ml-build html4-lex-test.cm
$ sml @SMLload=html4-lex-test.platform tests/test001.html

The next one tests the parser, accepting a list of files as input, and
outputing the parse tree (TODO).  For example:

$ ml-build html4-test.cm
$ sml @SMLload=html4-test.platform tests/test001.html

____________________________________________________________
Helper script
____________________________________________________________

We've included a helper script, which we used to create the lexical
token constructors.  This script, helper.py, processes a table of
elements, published in the HTML 4.01 specification.

______________________________________________________________________
End of README
______________________________________________________________________