home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d2xx / d254 / patternlib.lha / PatternLib / POSTER < prev    next >
Encoding:
Text File  |  1989-10-20  |  952 b   |  19 lines

  1. ------------------------------------------------
  2. patternlib.zoo  38016  Approx time (min): 39 at 300 baud, 10 at 1200 baud
  3. Contributed by: sirnetics  Date: Mon Oct 16 03:04:58 1989
  4.             Pattern Matching Library
  5.  
  6. This library (pattern.library) provides a shareable AmigaDOS library
  7. implementing the standard AmigaDOS pattern matcher. It contains two
  8. entries - 'Compile', which compiles a pattern into a form which allows the
  9. matcher to more efficiently work with the pattern, and 'Match', which uses
  10. both the original pattern and the compiled form to match subject strings.
  11. As is standard with AmigaDOS libraries, all parameters are passed in
  12. registers. Thus, although this version of the library is written in Draco,
  13. it can be called from C, Modula-2, assembler, etc. just as easily as the
  14. CBM-supplied libraries.
  15.  
  16. Keywords: $binary dos draco expression library pattern regular source
  17. Download count: 0
  18. ------------------------------------------------
  19.