tm.c --
The main program.
fileio.c --
Routines for reading and writing quintuple files and macro files.
tm.h --
TM main header file. Global variables, status constants, prototypes,
etc.
help.h --
For the help utility. Prototypes.
getcmd.h --
Command package prototypes.
limits.h --
Some constants, e.g., variable 'limits'.
macro.h --
Two structs for macros.
quint.h --
Quintuple structs.
tape.h --
Structs for tapes.
tm.hlp --
This file is used by tm to present help to the user
makefile --
a 'makefile' for compiling the system on Unix.
HELP.C and GETCMD.C may be used separately from the
rest of the TM distribution. HELP.C provides a VMS-like help
utility which may be used in any interactive program. GETCMD.C is
an interactive command interface which treats commands as streams of tokens.