home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / awk / awk320.zip / READ.ME < prev    next >
Text File  |  1990-08-18  |  1KB  |  38 lines

  1.  
  2.                           pc AWK author's word
  3.  
  4.  
  5.         This version of AWK was inspired by the programming language BAWK 
  6. which was in turn inspired by AWK.  This version of AWK is partly written in 
  7. LEX, YACC and Assembly language, and is compiled with Borland Turbo C V2.0. 
  8.  
  9.         The YACC grammar generates a pseudo code program for each pattern and 
  10. action which is interpreted by ycode interpreter.  The regular expressions are 
  11. compiled by a recursive descent single pass compiler into a related p-code 
  12. program that is executed by an rcode interpreter. 
  13.  
  14.         I have attempted to make sure that this version of pc AWK conforms to 
  15. the language described by the book "The AWK Programming Language" by Aho, 
  16. Weinberger and Kernighan. 
  17.  
  18.         This version of AWK is not intended to be in the public domain and is 
  19. the sole property of Rob Duff.  You may bundle AWK with any free or commercial 
  20. product but you may not sell it separately.  You may, however, distribute AWK 
  21. in the manner of ShareWare, charging for distribution and handling only. 
  22.  
  23.         If you have the source you may freely use the ideas embodied in the 
  24. code but may not copy any part verbatim.  Source code is available at the 
  25. Duffle Board BBS. 
  26.  
  27.  
  28. Report any bugs, shortcomings and comments to me at the numbers below.
  29.  
  30.  
  31. Rob Duff 
  32. Vancouver, BC
  33. Canada, V5N 1Y9
  34.  
  35. FidoNet 1:153/713
  36. BBS: (604)877-7752
  37.  
  38.