summaryrefslogtreecommitdiff
path: root/ccross.mlb
blob: 76eeb4701e38a3b27be92bcc1f997436c94a651b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
ann
	"allowRecordPunExps true"
    "warnUnused true"
in
	$(SML_LIB)/basis/basis.mlb
    $(SML_LIB)/basis/mlton.mlb
    general.sml

    stream.sig
    stream.sml

    hashtable.sig
    hashtable.sml

    tokenizer.sig
    tokenizer.sml

    cpp.sig
    cpp.sml

    exn_handler.sml
    ccross.sml
end