summaryrefslogtreecommitdiff
path: root/ccross.mlb
blob: db831eae7b85e60080a284527df7083d03316e03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
ann
	"allowRecordPunExps true"
    "warnUnused true"
in
	$(SML_LIB)/basis/basis.mlb
    $(SML_LIB)/basis/mlton.mlb
    common.sml

    stream.sig stream.sml
    hashtable.sig hashtable.sml
    tokenizer.sig tokenizer.fun
    ppc.sig ppc.fun
    exn_handler.sig exn_handler.fun
    driver.sig driver.fun

    ccross.sig ccross.sml
end