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