File:  [Research Unix] / researchv10no / cmd / sml / lib / twig / invoke.sml
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:34 2018 UTC (8 years, 1 month ago) by root
Branches: belllabs, MAIN
CVS tags: researchv10, HEAD
researchv10 Norman

structure Invoke =
  struct
    structure Main = Main

(* User Interface *)

    fun cut_off_last_char s = (implode o rev o tl o rev o explode) s

    fun user_interface () =
      (output std_out "ML-Twig version 1.0, June 1989\n\
       \Name of the specification file : "; flush_out std_out;
       cut_off_last_char(input_line std_in))

    val dummy = Main.main(user_interface())
end;

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.