summaryrefslogtreecommitdiff
path: root/cpp.mlb
blob: 0cc9341dbdea9f48f395623077b6b7e39823864d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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

    exn_handler.sml
    cpp.sml
end