P ********************************************************************************   VMS USERS:    E     In ANONYMOUS FTP:  don't forget to use TYPE BACKUP or TYPE BINARY   C     copy TM.BCK, restore it, then SET DEFAULT to the directory that '     contains MAKE.COM and run MAKE.COM:   *             $ BACKUP/LOG TM.BCK/SAVE [...]#             $ SET DEFAULT [.TURING]              $ @MAKE   N     To run TM, execute SETUP.COM in the [.TURING] directory (don't move it to '     another directory!) then enter $ TM   *             $ @(device):[(directory)]SETUP             $ TM       Now try an example:   *             tm> read mac tm_dir:paren_test             tm> run         *************************** 8 TM is written in ANSI C, and compiles successfully with:           DEC C 1.3            VAX C 3.2            Ultrix 4.2 C.            gcc 2.2.2   L The remaining problem with the DEC C 1.3 compile has to do with interactionsK between the function prototypes in tm.h and the use of functions in QUINT.C J and TAPE.C.  Until I can get them cleared up, use /STAND=VAXC in compilingD those two functions;  better, edit MAKE.C to use /STAND=VAXC for CC.L ****************************************************************************   See TM.DOC for how to run TM.   8 getcmd.c and help.c can be useful in other applications.  L The routines in getcmd.c can be used in any C program to implement a commandO processor.  getcmd.c does not depend in any way on TM.  See the code for how it  is used.  M The routines in help.c can be used to implement a help utility that makes use L of VMS-style help files.  help.c does not depend in any way on TM.  Read the comments at the top of help.c.  O *******************************************************************************  TM has been written by  C         David S. Woodruff,  Boston University, Metropolitan College   3         Address:        MIT Lab for Nuclear Science -                         77 Massachusetts Ave. .                         Cambridge Mass.  02139/                         (617) 253-6943          4                         internet: dsw@mitlns.mit.edu  * Any and all comments would be appreciated.  N Disclaimer:  TM was ONLY written to demonstrate and test simple turing machineL models.  It is not meant to be used in any serious or critical applications.8 Anyone who copies and uses it does so at their own risk.  