SCM Repository
Annotation of /sml/trunk/ckit/src/parser/group.cm
Parent Directory
|
Revision Log
Revision 802 - (view) (download)
1 : | blume | 802 | Group (../ckit-lib.cm) |
2 : | is | ||
3 : | |||
4 : | #if defined(NEW_CM) | ||
5 : | #if (SMLNJ_VERSION * 100 + SMLNJ_MINOR_VERSION >= 11029) | ||
6 : | (* standard basis *) | ||
7 : | $/basis.cm | ||
8 : | |||
9 : | (* Compiler *) | ||
10 : | $smlnj/compiler.cm | ||
11 : | |||
12 : | (* standard library *) | ||
13 : | $/smlnj-lib.cm | ||
14 : | |||
15 : | (* ml-yacc *) | ||
16 : | $/ml-yacc-lib.cm | ||
17 : | |||
18 : | (* pretty printer library *) | ||
19 : | $/pp-lib.cm | ||
20 : | #else | ||
21 : | (* standard basis *) | ||
22 : | basis.cm | ||
23 : | |||
24 : | (* Compiler *) | ||
25 : | host-compiler.cm | ||
26 : | |||
27 : | (* standard library *) | ||
28 : | smlnj-lib.cm | ||
29 : | |||
30 : | (* ml-yacc *) | ||
31 : | ml-yacc-lib.cm | ||
32 : | |||
33 : | (* pretty printer library *) | ||
34 : | pp-lib.cm | ||
35 : | #endif | ||
36 : | #endif | ||
37 : | |||
38 : | (* configuration *) | ||
39 : | ../variants/group.cm | ||
40 : | |||
41 : | (* utilitities *) | ||
42 : | util/old-pp.sml | ||
43 : | util/ascii.sml | ||
44 : | util/sourcemap-sig.sml | ||
45 : | util/sourcemap.sml | ||
46 : | util/error-sig.sml | ||
47 : | util/error.sml | ||
48 : | |||
49 : | (* lexer and parser *) | ||
50 : | grammar/tdefs.sml | ||
51 : | grammar/tokentable.sml | ||
52 : | grammar/c.lex | ||
53 : | |||
54 : | parser-sig.sml | ||
55 : | parser.sml | ||
56 : | parse-tree-sig.sml | ||
57 : | parse-tree.sml | ||
58 : | |||
59 : | (* extensions *) | ||
60 : | #if (defined(d)) | ||
61 : | extensions/d/parse-tree-ext-sig.sml | ||
62 : | extensions/d/parse-tree-ext.sml | ||
63 : | grammar/d.grm | ||
64 : | #else | ||
65 : | extensions/c/parse-tree-ext-sig.sml | ||
66 : | extensions/c/parse-tree-ext.sml | ||
67 : | grammar/c.grm | ||
68 : | #endif |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |