SCM Repository
View of /sml/trunk/src/cm/link.sml
Parent Directory
|
Revision Log
Revision 286 -
(download)
(annotate)
Fri May 21 07:47:16 1999 UTC (21 years, 9 months ago) by blume
File size: 671 byte(s)
Fri May 21 07:47:16 1999 UTC (21 years, 9 months ago) by blume
File size: 671 byte(s)
skeleton type simplified; improved conversion, etc.
(* dummy implementation of functor LinkCM *) functor LinkCM () = struct local structure YaccTool = YaccTool structure LexTool = LexTool structure BurgTool = BurgTool val _ = EnvConfig.init () in structure CM = struct fun parse cfg s = let val c = AbsPath.cwdContext () val p = AbsPath.native { context = AbsPath.cwdContext (), spec = s } in CMParse.parse cfg p end val configuration = Primitive.configuration end structure CMB = struct fun setRetargetPervStatEnv x = () fun wipeOut () = () fun make' _ = () end end end signature CMTOOLS = sig end signature COMPILATION_MANAGER = sig end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |