SCM Repository
View of /sml/trunk/src/cm/main/stdcfg.sml
Parent Directory
|
Revision Log
Revision 344 -
(download)
(annotate)
Sun Jun 20 03:14:57 1999 UTC (21 years, 7 months ago) by blume
File size: 510 byte(s)
Sun Jun 20 03:14:57 1999 UTC (21 years, 7 months ago) by blume
File size: 510 byte(s)
installation instructions; keep_going off by default
(* * 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", false) val keep_going = bool ("KEEP_GOING", false) val parse_caching = int ("PARSE_CACHING", 100) end end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |