README for CSCI-e215

Russell J Lowke

Assignment 5: "smsh"

______

files: smsh.h          // header file for smsh
       smsh.c          // smsh main .c code
       splitline.h     // header file for splitline
       splitline.c     // splitline .c code
       varlib.h        // header file for varlib
       varlib.c        // varlib .c code
       Makefile        // makefile to compile smsh
       Plan            // general plan for smsh
       typescript      // typescript for smsh
       README          // this file
______

Notes: The   ~lib215/hw/smsh/test.smsh  adds some extra output
only when running in script (typescript) mode on Test 4 - it
still passes the test fine though.

