SCM Repository
Annotation of /sml/trunk/src/system/IntSys/intsys.cm
Parent Directory
|
Revision Log
Revision 527 - (view) (download)
1 : | monnier | 416 | (* Copyright YALE FLINT PROJECT 1997 *) |
2 : | (* Copyright Bell Labs, Lucent Technologies 1999 *) | ||
3 : | (* intsys.cm *) | ||
4 : | |||
5 : | (* | ||
6 : | * Revised for using the new CM. (M.Blume, 7/1999) | ||
7 : | *) | ||
8 : | |||
9 : | (use-hook cm-init) | ||
10 : | Library | ||
11 : | (* bootstrap stuff *) | ||
12 : | structure InteractiveSystem | ||
13 : | is | ||
14 : | use-hook | ||
15 : | |||
16 : | basis.cm | ||
17 : | monnier | 498 | viscomp-core.cm |
18 : | monnier | 416 | |
19 : | (* need access to CM's "init" function *) | ||
20 : | host-compiler-0.cm | ||
21 : | |||
22 : | (* these are just here so they get made... *) | ||
23 : | host-compiler.cm | ||
24 : | monnier | 498 | (* We don't mention minimal-cm.cm here because it would conflict |
25 : | * with full-cm.cm. Instead, the reference to minimal-cm.cm is | ||
26 : | * now within full-cm.cm. (See there.) *) | ||
27 : | full-cm.cm | ||
28 : | monnier | 416 | host-cmb.cm |
29 : | blume | 520 | |
30 : | monnier | 429 | cm-tools.cm |
31 : | blume | 527 | (* We need the ml-yacc and ml-lex tool plugins here. They must |
32 : | * always be "plugged in" because they are needed for -rebuild. *) | ||
33 : | blume | 520 | mlyacc-tool.cm |
34 : | blume | 527 | mllex-tool.cm |
35 : | blume | 520 | grm-ext.cm |
36 : | lex-ext.cm | ||
37 : | blume | 527 | (* Technically, the ml-burg tool is not needed here. It should |
38 : | * eventually be moved into the ML-Burg source tree and installed | ||
39 : | * from there. *) | ||
40 : | blume | 520 | mlburg-tool.cm |
41 : | burg-ext.cm | ||
42 : | |||
43 : | monnier | 498 | # if not defined(LIGHT) |
44 : | target-compilers.cm | ||
45 : | # endif | ||
46 : | monnier | 416 | |
47 : | (* build boot environments *) | ||
48 : | boot-env-fn.sml | ||
49 : | boot-env.sml | ||
50 : | |||
51 : | (* glue code (build the interactive system) *) | ||
52 : | int-sys.sml |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |