CMU Artificial Intelligence Repository
Home INFO Search FAQs Repository Root

NREGEX: Lisp-based regular expression parser.

lang/lisp/code/match/nregex/
This regular expression parser operates by taking a regular expression and breaking it down into a list consisting of lisp expressions and flags. The list of lisp expressions is then taken in turned into a lambda expression that can be later applied to a string argument for parsing.
Version: 4/8/92 Copying: Copying, distribution, and modification permitted. Modifications must be commented clearly and remitted to the author for incorporation into future releases. CD-ROM: Prime Time Freeware for AI, Issue 1-1 Author(s): Lawrence E. Freil National Science Center Foundation Augusta, Georgia 30909 Keywords: Authors!Freil, Lisp!Matchers, Matchers, NREGEX, Regular Expressions References: ?
Last Web update on Mon Feb 13 10:30:14 1995
AI.Repository@cs.cmu.edu