home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / compcomp / bawk_new / readme < prev   
Encoding:
Text File  |  1987-01-04  |  909 b   |  23 lines

  1. 1/4/1987 P.E. Begley
  2.  
  3. MS-DOS Compilation notes for BAWK
  4.  
  5. This version of BAWK was compiled using the Computer Innovations
  6. C86 compiler version 2.30J.  I compiled with the flags -ifu for
  7. long identifiers, frugal code size and conversion of char to
  8. unsigned char.   Adding #define's for void, NOT, TRUE and FALSE
  9. to stdio.h was needed, and NOT was used as both a boolean (!) and
  10. arithmetic (-) operator.  I never determined why.
  11.  
  12. I tested BAWK, although not extensively.   Its not lightening
  13. fast, but it is pretty flexible.  I would like to speed it up,
  14. test it more throughly and check its compatibility with AWK.
  15. Some thoughts are inclusion of routines discussed in Computer
  16. Language (Nov 86) regarding Boyer-Moore string searches.
  17.  
  18. I can be reached via BBS at:
  19.  
  20. PCSI dBBS          212-529-4098  (Dan Doman SYSOP)
  21. PACS IBM SIG dBBS  215-635-5227  (Philadelphia Area Computer Society)
  22.  
  23.