This zip file contains several implementations of "Eliza" style string
parsers.  They came from various places on the net:

eliza.bas: IBM PC BASIC code given to me by Wes Modes (modes@earwig.mport.com).
   Perhaps from an article in "Creative Computing" magazine, circa 1979.  The
   code credits Patricia Danielson and Paul Hashfield.

eliza.gnu: also given to me by Wes Modes.  The header says it is part of GNU
   EMACS.  It is about 30 pages of LISP code.

eliza.l: given to me by Phil Goetz (goetz@cs.buffalo.edu).  This is five pages
   or so of LISP code, written by Phil.

eliza.t: based on the BASIC implementation above, I wrote this for TADS 2.1.
   I'm not sure how well it works; I basically reverse engineered the code
   and wrote something which looked kind of the same.

- Dave Allen (see comments in eliza.t for more details)
