SCM Repository
View of /sml/trunk/src/cm/main/general-params.sml
Parent Directory
|
Revision Log
Revision 327 -
(download)
(annotate)
Thu Jun 10 09:14:48 1999 UTC (21 years, 7 months ago) by blume
File size: 705 byte(s)
Thu Jun 10 09:14:48 1999 UTC (21 years, 7 months ago) by blume
File size: 705 byte(s)
bootstrap compiler implemented (still needs list file generator etc.)
(* * "General" parameters that may differ from invocation to invocation of * CM. The "info" type bundles them up so they can be passed around * more conveniently. * * (C) 1999 Lucent Technologies, Bell Laboratories * * Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp) *) structure GeneralParams = struct type param = { primconf : Primitive.configuration, pcmode : PathConfig.mode, fnpolicy: FilenamePolicy.policy, keep_going: bool, pervasive: GenericVC.Environment.environment, corenv: GenericVC.BareEnvironment.staticEnv, pervcorepids: PidSet.set } type info = { param: param, groupreg: GroupReg.groupreg, errcons: PrettyPrint.ppconsumer } end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |