SCM Repository
Diff of /sml/trunk/src/cm/main/stdcfg.sml
Parent Directory
|
Revision Log
|
Patch
revision 343, Sat Jun 19 09:29:33 1999 UTC | revision 344, Sun Jun 20 03:14:57 1999 UTC | |
---|---|---|
# | Line 11 | Line 11 |
11 | val int = EnvConfig.new Int.fromString | val int = EnvConfig.new Int.fromString |
12 | in | in |
13 | val verbose = bool ("VERBOSE", true) | val verbose = bool ("VERBOSE", true) |
14 | val debug = bool ("DEBUG", true) | val debug = bool ("DEBUG", false) |
15 | val keep_going = bool ("KEEP_GOING", true) | val keep_going = bool ("KEEP_GOING", false) |
16 | ||
17 | val parse_caching = int ("PARSE_CACHING", 100) | val parse_caching = int ("PARSE_CACHING", 100) |
18 | end | end |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |