SCM Repository
Annotation of /sml/trunk/src/cm/cm-lib.cm
Parent Directory
|
Revision Log
Revision 291 - (view) (download)
1 : | blume | 267 | (* |
2 : | * Toplevel description file for new implementation of CM | ||
3 : | * | ||
4 : | * (C) 1999 Lucent Technologies, Bell Laboratories | ||
5 : | * | ||
6 : | * Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp) | ||
7 : | *) | ||
8 : | blume | 266 | Group |
9 : | (* for the time being leave this empty *) | ||
10 : | is | ||
11 : | blume | 276 | (* the CM description file parser *) |
12 : | blume | 268 | parse/parse.sml |
13 : | blume | 266 | parse/cm.grm |
14 : | parse/cm.lex | ||
15 : | |||
16 : | blume | 286 | semant/general-params.sml |
17 : | semant/filename-policy.sml | ||
18 : | semant/primitive.sml | ||
19 : | semant/group-reg.sml | ||
20 : | |||
21 : | blume | 276 | (* semantic actions for description file parser *) |
22 : | blume | 267 | semant/members.sml |
23 : | blume | 266 | semant/semant.sml |
24 : | |||
25 : | blume | 276 | (* dependency graphs *) |
26 : | blume | 269 | depend/graph.sml |
27 : | blume | 277 | depend/build.sml |
28 : | blume | 286 | depend/da-env.sml |
29 : | blume | 269 | |
30 : | blume | 276 | (* handling SML source code *) |
31 : | blume | 270 | smlfile/smlinfo.sml |
32 : | smlfile/skeleton.sml | ||
33 : | blume | 275 | smlfile/skel-cvt.sml |
34 : | smlfile/skel-io.sml | ||
35 : | smlfile/skel-exports.sml | ||
36 : | blume | 270 | |
37 : | blume | 276 | (* tools for handling other source types *) |
38 : | blume | 270 | tools/tools.sml |
39 : | blume | 276 | tools/yacctool.sml |
40 : | tools/lextool.sml | ||
41 : | tools/burgtool.sml | ||
42 : | blume | 270 | |
43 : | blume | 276 | (* overall control of CM *) |
44 : | blume | 275 | main/say.sml |
45 : | main/envcfg.sml | ||
46 : | blume | 276 | main/stdcfg.sml |
47 : | blume | 275 | |
48 : | blume | 276 | (* CM-internal libraries *) |
49 : | paths/sources.cm | ||
50 : | util/sources.cm | ||
51 : | |||
52 : | (* compiler libraries *) | ||
53 : | blume | 266 | ../compiler/viscomp-lib.cm |
54 : | blume | 273 | ../comp-lib/UTIL.cm |
55 : | blume | 266 | |
56 : | blume | 276 | (* auxiliary libraries *) |
57 : | ../ml-yacc/lib/sources.cm | ||
58 : | blume | 270 | |
59 : | blume | 274 | (* dummy modules for testing *) |
60 : | blume | 270 | dummy.sml |
61 : | blume | 274 | link.sml |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |