make-all-nj
author wenzelm
Thu, 19 May 1994 16:25:03 +0200
changeset 388 dcf6c0774075
parent 370 e95e212512d1
child 547 23e30d32cd0d
permissions -rwxr-xr-x
(replaces Thy/scan.ML) scanner now based on combinators of structure Scanner; improved handling of keywords; now supports long.ids, (* (* nested *) comments *), {| verbatim text |};

#! /bin/sh
#Make entire system using Standard ML of New Jersey
#Pathnames will have to be modified for your site
ISABELLEBIN=/homes/`whoami`/bin
ISABELLECOMP=sml
ISABELLEMAKE=Makefile.NJ
export ISABELLEBIN ISABELLECOMP ISABELLEMAKE
nohup make-all $*