[/] [trunk/] [src/] [cmdlang/] [sources.ml] - Rev 62

(* $Id: sources.ml 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.
 *
 * Requires: smlnj-lib
 *           mlyacc-lib
 *           lib, uppaal, graphviz, maketest, uppaalxml, general
 *)
use "cmdlang/cmd_env.sig";
use "cmdlang/cmdenv.sml";
use "cmdlang/nta_util.sig";
use "cmdlang/ntautil.sml";
use "cmdlang/cmdloop.sml";
use "cmdlang/cmdlang.grm.sig";
use "cmdlang/cmdlang.grm.sml";
use "cmdlang/cmdlang.lex.sml";
use "cmdlang/cmd_lang.sig";
use "cmdlang/cmdlang.sml";