home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / v / vsnbl220.zip / README.DOC < prev    next >
Text File  |  1991-11-01  |  6KB  |  154 lines

  1.  
  2.  
  3.  
  4.  
  5.                        VANILLA SNOBOL4  -- README.DOC
  6.  
  7. Vanilla SNOBOL4 provides the entire Bell Labs SNOBOL4 programming language,
  8. except for real numbers and external functions.  The total size of the
  9. object program and data cannot exceed 30K bytes in this entry-level version.
  10.  
  11. Here is a road map to the various files that should be present.  If any files
  12. are absent, you may obtain the full diskette by sending $10 to Catspaw, Inc.,
  13. at the address below.
  14.  
  15. DOCUMENTATION
  16. -----------------------------------------------------------------------------
  17. README.DOC     This file
  18.  
  19. DEMO.BAT       Interactive demonstration of the SNOBOL4 language.
  20.  
  21. VANILLA.DOC    Overview of the SNOBOL4 programming language.
  22.  
  23. SNOBOL4.DOC    Catalog of SNOBOL4-related products available from Catspaw:
  24.                  All SNOBOL4 books in print -- beginner to advanced
  25.                  SNOBOL4+      -- our enhanced SNOBOL4 package
  26.                  SPITBOL-68K   -- High-speed SNOBOL4 for 680x0 UNIX systems
  27.          SPARC SPITBOL -- SPITBOL for Sun 4/SPARC systems
  28.          SPITBOL-386   -- 32-bit protected mode with MS-DOS extender
  29.                           (also available for OS/2 2.0)
  30.          MaxSPITBOL    -- SPITBOL for the Apple Macintosh *** 
  31.          ORDERING INFORMATION, PRICES AND SHIPPING ***
  32.  
  33. PRINTMAN.BAT   Print the 150-page Vanilla SNOBOL4 tutorial and reference manual
  34. PM.EXE         Used by PRINTMAN.BAT
  35.  
  36. GENTRAN.DOC    Describes GENTRAN.SNO, the GENeric TRANslation program.
  37.  
  38.  
  39. TO PRINT THE DOCUMENTATION
  40. -----------------------------------------------------------------------------
  41. All documentation is formatted for 8-1/2" x 11" paper, 10 pitch (Courier) type,
  42. 66 lines per page.  Align the print head with the top-of-form perforation.
  43.  
  44. Insert the VANILLA SNOBOL4 disk in drive A:, and type:
  45.  
  46.         COPY A:*.DOC PRN
  47.  
  48. To print the 150-page tutorial and reference manual, type:
  49.  
  50.         A:PRINTMAN
  51.  
  52.  
  53. EXECUTABLE FILE
  54. -----------------------------------------------------------------------------
  55. SNOBOL4.EXE    The VANILLA SNOBOL4 compiler and interpreter.
  56.                  Type SNOBOL4 /H or SNOBOL4 /P for help.
  57.                  SNOBOL4 CODE provides interactive statement execution.
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. SAMPLE PROGRAMS  (Ordered in approximately increasing complexity)
  65. -----------------------------------------------------------------------------
  66. Documentation for these programs is either in the manual or in comments at
  67. the beginning of each file.
  68.  
  69. WDSTAR.SNO     Wordstar to ASCII conversion
  70. LENGTH.SNO     Line length counter.  Exercise from chapter 5
  71. FCOUNTS.SNO    Line and character counter.  Exercise from chapter 5
  72. TRIPLET.SNO    Format verse in triplets.  Exercise from chapter 5
  73. VOWELS.SNO     Display lines with double vowels
  74. SMARTVOW.SNO   Smarter version of VOWELS.SNO
  75. WORDS.SNO      Word counter.  Exercise from chapter 6
  76. WORDSIZE.SNO   Count word sizes
  77. CROSS.SNO      Show word intersections.  Exercise from chapter 6
  78. CAPITAL.SNO    State capitals.  Exercise from chapter 7
  79.  
  80. LABCENT.SNO    Center mailing labels
  81. BUDGET.SNO     Describe U.S. deficit in words
  82. BITZER.SNO     Prepare text index
  83. CODE.SNO       Interactive statement execution and function loader
  84. GENTRAN.SNO    Generic string translation program
  85. BNF.SNO        Recognizer for Backus-Naur grammars
  86. DIFF.SNO       Symbolic differentiation
  87. RPOEM.SNO      Random poetry generator
  88. TICTAC.SNO     Tick-Tack-Toe game
  89.  
  90.  
  91. MISCELLANEOUS FILES
  92. -----------------------------------------------------------------------------
  93. BNF.DAT        Sample grammar for BNF.SNO
  94. BNF.IN         Sample test lines for BNF.SNO
  95. CAPITAL.DAT    Data for CAPITAL.SNO
  96. RPOEM.DAT      Data for RPOEM.SNO
  97. TEXT.IN        Sample text
  98. GENTRAN.TTI    Sample control file for GENTRAN.SNO
  99.  
  100. DEXP.INC       Function to provide one-line function definitions
  101. DIFF.INC       Function to compute the difference of two strings
  102. ORDER.INC      Function to order the characters of a string
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112. SOFTWARE LICENSE
  113. -----------------------------------------------------------------------------
  114. Vanilla SNOBOL4 and the accompanying manual and programs are copyrighted
  115. material.  However, permission is hereby granted for copying and distribution
  116. of Vanilla SNOBOL4 provided:
  117.  
  118.  1. NO FEE GREATER THAN $10 IS CHARGED FOR USE, COPYING OR DISTRIBUTION.
  119.  2. SNOBOL4.EXE AND ALL DOCUMENTATION ARE NOT MODIFIED IN ANY WAY, AND ARE
  120.     DISTRIBUTED TOGETHER.
  121.  3. THE MANUAL MAY NOT BE PACKAGED WITH ANY OTHER PRODUCT.
  122.  4. OUR COMMERCIAL SNOBOL4+ PRODUCT AND PRINTED MANUAL MAY NOT BE COPIED.
  123.  
  124. This program is provided AS IS without any support or warranty, expressed or
  125. implied, including but not limited to fitness for a particular purpose.
  126.  
  127. Vanilla SNOBOL4 was released because we believe many people would enjoy
  128. programming in SNOBOL4, if there was a version of the language that was widely
  129. and freely available.  Contributions are NOT requested or solicited.  Enjoy
  130. and share it!
  131.  
  132. If you become a SNOBOL4 fan, you'll want SNOBOL4+, our $125 professional
  133. version.  It allows programs and data up to 300K, assembly-language functions,
  134. real numbers, and has dozens of extensions like: binary and random-access I/O,
  135. include files, built-in Shell sort, SPITBOL operators, SAVE files and royalty-
  136. free runtime, dozens of new functions and keywords and a symbolic debugger.
  137. SNOBOL4+ includes a 240-page printed and indexed manual, and over 70 files
  138. of sample programs and functions.
  139.  
  140. Also available is SPITBOL, a high-performance 32-bit implementation of the
  141. SNOBOL4 language with execution speeds 6 to 10 times FASTER than SNOBOL4+.
  142. Versions are available for MS-DOS 80386/486, OS/2 2.0, Apple Macintosh,
  143. Sun 4/SPARC, and many 680x0 UNIX workstations.
  144.  
  145. We also carry all SNOBOL4 books in print, from beginner to advanced.
  146.  
  147. Enjoy this taste of SNOBOL4, the standard for text manipulation, pattern-
  148. matching, and fun programming.  We hope you develop an appetite.
  149.  
  150.        CATSPAW, INC.,  P.O. BOX 1123,  SALIDA, COLORADO 81201 USA
  151. Phone: 719/539-3884, FAX: 719/539-4830, InterNet: cats!support@cs.arizona.edu
  152.  
  153.  
  154.