home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / ALLY211.ZIP / VENDOR.DOC < prev    next >
Encoding:
Text File  |  1992-12-13  |  6.0 KB  |  115 lines

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