SCM Repository
Annotation of /branches/vis15/src/compiler/simplify/sources.mlb
Parent Directory
|
Revision Log
Revision 3464 - (view) (download)
1 : | jhr | 3457 | (* sources.mlb |
2 : | * | ||
3 : | * MLB file for compiling with MLton | ||
4 : | * | ||
5 : | * This code is part of the Diderot Project (http://diderot-language.cs.uchicago.edu) | ||
6 : | * | ||
7 : | * COPYRIGHT (c) 2015 The University of Chicago | ||
8 : | * All rights reserved. | ||
9 : | *) | ||
10 : | |||
11 : | local | ||
12 : | |||
13 : | $(SML_LIB)/basis/basis.mlb | ||
14 : | $(SML_LIB)/smlnj-lib/Util/smlnj-lib.mlb | ||
15 : | |||
16 : | ../common/sources.mlb | ||
17 : | ../ast/sources.mlb | ||
18 : | ../basis/sources.mlb | ||
19 : | ../nrrd/sources.mlb | ||
20 : | ../fields/sources.mlb | ||
21 : | ../simple/sources.mlb | ||
22 : | |||
23 : | jhr | 3464 | util.sml |
24 : | jhr | 3457 | inliner.sml |
25 : | simplify.sml | ||
26 : | simplify-vars.sml | ||
27 : | simple-opt.sml | ||
28 : | |||
29 : | in | ||
30 : | |||
31 : | structure Simplify | ||
32 : | structure SimpleOpt | ||
33 : | |||
34 : | end |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |