home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / cmplngmg / cl_jun89.arc / AWK210.ARC / READ.ME < prev    next >
Text File  |  1988-11-16  |  1KB  |  35 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.  I had just finished modifying the LEX and 
  7. YACC preprocessors to conform to the UNIX documentation and saw this as an 
  8. opportunity to use these utilities.  Hence this version of AWK is partly 
  9. written in LEX and YACC and is compiled with Borland Turbo C. 
  10.  
  11.         The YACC grammar generates a pseudo code program for each pattern and 
  12. action which is interpreted by ycode interpreter.  The regular expressions are 
  13. compiled by a recursive descent single pass compiler into a related p-code 
  14. program that is executed by an rcode interpreter. 
  15.  
  16.         I have attempted to make sure that this version of pc AWK conforms to 
  17. the language described by the book "The AWK Programming Language" by Aho, 
  18. Weinberger and Kernighan. 
  19.  
  20.         This version of AWK is not intended to be in the public domain and is 
  21. the sole property of Rob Duff.  Any distribution for commercial gain is 
  22. prohibited.  If you have the source you may freely use the ideas embodied in 
  23. the code but may not copy any part. 
  24.  
  25.         Report any bugs, shortcomings and comments to me at (604)251-1816 
  26. FidoNet 153/713.
  27.  
  28.  
  29. Rob Duff 
  30. Vancouver BC
  31.  
  32. FidoNet 1:153/713
  33. BBS: (604)251-1816
  34.  
  35.