SCM Repository
View of /sml/branches/primop-branch-gkuan/cm/bootstrap/names.sml
Parent Directory
|
Revision Log
Revision 2787 -
(download)
(annotate)
Sat Sep 29 05:18:54 2007 UTC (13 years, 6 months ago) by gkuan
File size: 552 byte(s)
Sat Sep 29 05:18:54 2007 UTC (13 years, 6 months ago) by gkuan
File size: 552 byte(s)
Creating private branch of sml/branches/primop-branch-3 for experimental Translate rewrite
(* * Some hard-wired file names used by the bootstrap compiler. * * (C) 1999 Lucent Technologies, Bell Laboratories * * Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp) *) structure BtNames = struct val initgspec = "$smlnj/init/init.cmi" val maingspec = "$/root.cm" val dirbaseDefault = "sml" val penvspec = "pathconfig" val bare_preloads = "preloads.bare" val standard_preloads = "preloads.standard" val bootlist = "BOOTLIST" val pidmap = "PIDMAP" val bin_infix = ".bin." val boot_infix = ".boot." end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |