   File Name            Shar #       	Description
-----------------------------------------------------------
MANIFEST		   1		  This list of files
Makefile		   1		  Makefile for persim
README			   1	          Details about program
TODO			   1		  List of possible future enhancements
alloc.c			   1		  Memory allocation routines
commands.h		   1		  Available commands arrays
error.c			   1		  Error printing routine
example1/		   1		  10 Random points example
example2/		   1		  Another 10 Random points example
funcs.h			   1		  Which function for which command
grammar.y		   1		  Persim grammar syntax
help.c			   1		  'Help' command
is.c			   1		  Which command was typed in
lexical.l		   1		  Lexical input
load.c			   1		  'Load' command
math.c			   1		  Output node math routines
persim.1		   1		  Man page
persim.c		   1		  The persim program
persim.h		   1		  Common definitions
Persim.ps		   1		  Writeup is PS format
range.c			   1		  'Range' command
read.c			   1		  Read input files routines
resize.c		   1		  Resize memory allocations routines
run.c			   1		  'Run' command
save.c			   1		  'Save' command
set.c			   1		  Routines to set values to variables
show.c			   1		  'Show' command
startup.c		   1		  Starup lex & yacc processing
toggle.c		   1		  Routines for toggle commands
write.c			   1		  Write output files routines

