[/] [trunk/] [src/] [config/] [sources.mlb] -
Diff 16 ⟶ 62
Diff between revs
16
and
62
| Rev 16 |
Rev 62 |
(* $Id: sources.mlb 16 2007-11-05 23:07:19Z tbourke $ *)
|
(* $Id: sources.mlb 62 2008-08-20 11:20:33Z tbourke $
|
|
*
|
|
* Copyright (c) 2008 Timothy Bourke (University of NSW and NICTA)
|
|
* All rights reserved.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify it
|
|
* under the terms of the "BSD License" which is distributed with the
|
|
* software in the file LICENSE.
|
|
*
|
|
* This program is distributed in the hope that it will be useful, but
|
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the BSD
|
|
* License for more details.
|
|
*)
|
local
|
local
|
$(SML_LIB)/basis/basis.mlb
|
$(SML_LIB)/basis/basis.mlb
|
$(SML_LIB)/basis/sml-nj.mlb
|
$(SML_LIB)/basis/sml-nj.mlb
|
$(SML_LIB)/smlnj-lib/Util/smlnj-lib.mlb
|
$(SML_LIB)/smlnj-lib/Util/smlnj-lib.mlb
|
../lib/sources.mlb
|
../lib/sources.mlb
|
|
|
config.lex.sml
|
config.lex.sml
|
config_lexer.sig
|
config_lexer.sig
|
config_tree.sig
|
config_tree.sig
|
configtreefn.sml
|
configtreefn.sml
|
configtree.sml
|
configtree.sml
|
in
|
in
|
signature CONFIG_TREE
|
signature CONFIG_TREE
|
structure ConfigTree
|
structure ConfigTree
|
end
|
end
|
|
|