SCM Repository
Annotation of /sml/trunk/ckit/doc/todo
Parent Directory
|
Revision Log
Revision 597 - (view) (download)
1 : | dbm | 597 | 1. document key signatures and other files |
2 : | |||
3 : | parser | ||
4 : | + parse-tree-sig.sml (parse tree representation) | ||
5 : | + parser-sig.sml | ||
6 : | |||
7 : | parser/util | ||
8 : | + error-sig.sml | ||
9 : | + sourcemap-sig.sml | ||
10 : | |||
11 : | ast/pp (pretty printing ast) | ||
12 : | pp-ast-sig.sml | ||
13 : | |||
14 : | ast | ||
15 : | ast-sig.sml (abstract syntax representation) | ||
16 : | + parse-to-ast-sig.sml | ||
17 : | (tables: tid, pid, aid, corresponding tables) | ||
18 : | |||
19 : | src | ||
20 : | sources.cm | ||
21 : | |||
22 : | |||
23 : | 2. config | ||
24 : | |||
25 : | variants (configuration) | ||
26 : | config-sig.sml | ||
27 : | sizes-sig.sml | ||
28 : | parse-control-sig.sml | ||
29 : | type-check-control-sig.sml | ||
30 : | |||
31 : | |||
32 : | 3. extensions | ||
33 : | |||
34 : | parse/extensions/x/ (x = c, ...) | ||
35 : | parse-tree-ext-sig.sml | ||
36 : | |||
37 : | ast/extensions/x/ | ||
38 : | ast-ext-sig.sml | ||
39 : | |||
40 : | ast/ | ||
41 : | cnv-ext-sig.sml | ||
42 : | |||
43 : | lexing & parsing | ||
44 : | c.lex | ||
45 : | c.grm | ||
46 : | token table | ||
47 : | build-ast.sml | ||
48 : | size ... | ||
49 : | |||
50 : | |||
51 : | --------------------------- Wed Oct 27 15:25:42 1999 -------------------------- | ||
52 : | |||
53 : | Document the regression test procedure.... |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |