home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / ALLY20.ZIP / VENDOR.DOC < prev    next >
Encoding:
Text File  |  1991-11-24  |  6.2 KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.           PROGRAM:  ALLY - A Lisp Analyzer
  6.           VERSION:  Version 2.0
  7.           AUTHOR:   Steve Waskow
  8.                     Wasco Technical Software
  9.                     1211 Grand Junction Drive
  10.                     Katy, Texas 77450
  11.                     (713) 392-1359
  12.  
  13.           SHAREWARE DISTRIBUTION POLICY
  14.           -----------------------------
  15.           Steve Waskow is a member of the Association of Shareware
  16.           Professionals.  As shareware, the ALLY software may be copied
  17.           and passed around, but only in its complete, original, and
  18.           unaltered form with all disk-based documentation intact.  Feel
  19.           free to share ALLY with your friends and associates, and
  20.           encourage them to register their copy if they find that they
  21.           can use it.  Please note that the ALLY registration codes are
  22.           for licensed users only, do not disclose them to others.
  23.           Also, you may not bundle ALLY as part of a system, service or
  24.           sale without permission from Wasco Technical Software.
  25.  
  26.           Anyone other than ASP vendor members who wish to distribute
  27.           ALLY for any kind of remuneration must first contact Wasco
  28.           Technical Software for authorization.  Vendor members of the
  29.           Association of Shareware Professionals may begin distributing
  30.           ALLY immediately, but should advise us if they wish to be kept
  31.           up-to-date with the latest version of ALLY.
  32.  
  33.           INCLUDED FILES
  34.           --------------
  35.           ALLY    .BAT  Batch file to execute ALLYWB from DOS.
  36.           ALLY    .LSP  ALLY's AutoLISP interface.
  37.           ALLY    .DOC  Documentation, the ALLY User's Manual.
  38.           ALLYAN  .EXE  The ALLY Analyzer - must be run from ALLYWB.
  39.           ALLYCK  .EXE  The ALLY Checker - must be run from ALLYWB.
  40.           ALLYIN  .EXE  ALLY installation/configuration program.
  41.           ALLYSU  .EXE  The ALLY Setup program, runs from DOS or ALLYWB.
  42.           ALLYWB  .EXE  The ALLY Workbench program.
  43.           ALLYXM  .SCR  AutoCAD script file used by ALLY.LSP.
  44.           PRINTDOC.EXE  Formats and prints the ALLY documentation.
  45.           REGISTER.DOC  Documentation, ALLY registration and order form.
  46.           README  .DOC  Documentation, this file.
  47.           SHR-WARE.DOC  Documentation, shareware description and support
  48.           VENDOR  .DOC  Documentation, shareware distribution policy.
  49.           WHATSNEW.DOC  Documentation, ALLY's revision history.
  50.  
  51.  
  52.           SHORT PROGRAM DESCRIPTION
  53.           -------------------------
  54.           ALLY is a programmer's workbench and analyzer for AutoLISP.
  55.           The ALLY analyzer aids in debugging and documenting AutoLISP
  56.           code by error checking, scoping and cross-referencing Lisp
  57.           symbols - variables, constants, functions and subrs.  The ALLY
  58.           workbench features point-and-shoot file selection, DOS shell,
  59.           and integrates your editor, browser and other tools, creating
  60.           a personalized programming environment.  Run from DOS or from
  61.           within AutoCAD.  "Highly recommended" - CADalyst March 1991.
  62.           ASP shareware.
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.           LONG PROGRAM DESCRIPTION
  73.           ------------------------
  74.           ALLY is a programmer's workbench, code checker and analyzer
  75.           for AutoLISP, the AutoCAD LISP programming language.  The ALLY
  76.           Checker and Analyzer assist you in debugging and documenting
  77.           AutoLISP source code. The ALLY Workbench integrates your text
  78.           editor and other programs to create a personalized programming
  79.           environment, accessible from and interactive with AutoCAD.
  80.  
  81.           The ALLY Analyzer generates a comprehensive cross-reference of
  82.           variables, constants, functions and subroutines, and a full
  83.           function call hierarchy.  Each symbol is identified by line
  84.           number and scope, and categorized as a call, declaration,
  85.           definition, reference, or setting.  ALLY's analysis is useful
  86.           in identifying symbol scopes, interactions and dependencies,
  87.           declared but unused symbols, duplicate definitions and
  88.           function side effects, and provides extensive error checking.
  89.           You can analyze several LISP files together to check program
  90.           compatibility.
  91.  
  92.           The ALLY Checker uses color coding to provide a convenient
  93.           visual check of mismatched parentheses, misplaced or missing
  94.           string quotes, and missing comment semicolons.
  95.  
  96.           The size of files which ALLY can handle is limited only by
  97.           available memory. ALLY reads individual lines up to 64
  98.           kilobytes in length, and safely prints any embedded control
  99.           characters.
  100.  
  101.           The Workbench's text editor is your own - ALLY links your
  102.           favorite text editor to the Workbench, making it available at
  103.           the press of a key.  ALLY also links your text file browser
  104.           and up to eight more of your favorite tools and utilities,
  105.           assigning each an execution key.  ALLY shrinks itself to less
  106.           than 4K when shelling to DOS and executing external programs.
  107.  
  108.           The ALLY Workbench integrates these tools in a tidy package
  109.           with mouse support, point-and-shoot file selection, and shell
  110.           for executing DOS commands and external programs.  ALLY can be
  111.           used from DOS or run from within AutoCAD.  When run from
  112.           AutoCAD, ALLY can load your programs into AutoLISP with a
  113.           single keystroke.
  114.  
  115.           Rated "Highly Recommended" by CADalyst magazine, March 1991.
  116.           Shareware by ASP member Steve Waskow.
  117.  
  118.  
  119.           SYSTEM REQUIREMENTS
  120.           -------------------
  121.           ALLY's requirements are basically the same as DOS versions of
  122.           AutoCAD.  ALLY requires an IBM XT, AT, PS/2 or true compatible
  123.           with 640K RAM, hard disk, monochrome or color display, and
  124.           MS/DOS 3.1 or higher.  ALLY can be run from DOS as a stand-
  125.           alone product, or run from within AutoCAD.  The ALLY AutoCAD
  126.           interface requires AutoCAD Release 9 or later, and a shell
  127.           space of 240000 or more bytes - depending on usage.
  128.  
  129.  
  130.  
  131.  
  132.  
  133.