SCM Repository
View of /sml/trunk/src/cm/main/stdcfg.sml
Parent Directory
|
Revision Log
Revision 301 -
(download)
(annotate)
Fri May 28 09:43:39 1999 UTC (21 years, 7 months ago) by blume
File size: 508 byte(s)
Fri May 28 09:43:39 1999 UTC (21 years, 7 months ago) by blume
File size: 508 byte(s)
recompile and exec mostly working (probably still bugs in the details)
(* * CM parameters that are configurable via shell-environment variables. * * Copyright (c) 1999 by Lucent Technologies, Bell Laboratories. * * author: Matthias Blume (blume@cs.princeton.edu) *) structure StdConfig = struct local val bool = EnvConfig.new Bool.fromString val int = EnvConfig.new Int.fromString in val verbose = bool ("VERBOSE", true) val debug = bool ("DEBUG", true) val keep_going = bool ("KEEP_GOING", true) val parse_caching = int ("PARSE_CACHING", 100) end end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |