The Lattice Logic (V6.1) version of Hamish Dewar's V6 of VECCE for VAX VMS

One procedure in XECCE was changed at Lattice Logic to allow VMS style
command line parsing to be used.

The resulting .EXE file can be converted for use on Alpha VMS with the
command  VEST/NOFEED/PRESERVE=ALL VECCE.EXE   (It seems that the
/PRESERVE=ALL is required with VEST if the Imp Event mechanism is used.)

CONTENTS:

A_READ_ME.TXT  -  This file
COMPILE.COM    -  Command file to compile all modules required
                  (Requires the IMP Compiler and MACRO Assembler)
DICT.MAP       -  Dictionary for the spell checker
                  To use: DEFINE/SYSTEM ECCE_DICT MISC_DIR:DICT.MAP
NEWIO.OLB      -  Object Library of support library procedures
READIN.MAR     -  The Macro source of file I/O procedures
READIN.OBJ     -  The Object file of file I/O procedures
VECCE.CLD      -  VMS Command Language Definitions
                  To use: edit .EXE location in file then SET COMMAND VECCE
VECCE.COM      -  Command file to link all modules required
VECCE.EXE      -  The Binary Executable for running
VECCE.IMP      -  The Imp source of the driver program
VECCE.OBJ      -  The Object file of the driver program
VIEW.IMP       -  The Imp source of the VIEW command
VIEW.OBJ       -  The Object file of the VIEW command
VTI.IMP        -  External procedure defintions of VTLIB
VTLIB.IMP      -  The Imp source of VTLIB
VTLIB.OBJ      -  The Object file of VTLIB
XECCE.IMP      -  The Imp source of the main editor
XECCE.OBJ      -  The Object file of the main editor
