Re: Regular expression implementations ?

arnold@cc.gatech.edu (Arnold Robbins)
Fri, 6 Aug 1993 17:02:05 GMT

          From comp.compilers

Related articles
Regular expression implementations ? brucet@extro.ucc.su.OZ.AU (1993-08-06)
Re: Regular expression implementations ? arnold@cc.gatech.edu (1993-08-06)
Re: Regular expression implementations ? henry@zoo.toronto.edu (1993-08-07)
| List of all articles for this month |

Newsgroups: comp.compilers
From: arnold@cc.gatech.edu (Arnold Robbins)
Keywords: lex, DFA, comment
Organization: Georgia Institute of Technology
References: 93-08-031
Date: Fri, 6 Aug 1993 17:02:05 GMT

Bruce Tulloch <brucet@extro.ucc.su.OZ.AU> wrote:
>Where can I find information on regular expressions implementations in C?


Two and a half choices.


1) Flex, which is a lex clone, available from prep.ai.mit.edu in
      /pub/gnu/flex-something-or-other.tar.gz
2) Gnu regex, prep.ai.mit.edu:/pub/gnu/regex-0.12.tar.gz (slow)
3) Gnu RX, a regex re-implementation, currently part of gnu sed, same
      site and directory, sed-2.02b.tar.gz. This should be faster than
      regex.


Get gzip to uncompress, gzip-1.2.3.tar.gz
--
Arnold Robbins --- Continuing Education, College of Computing
Georgia Tech, Atlanta, GA 30332-0280 Phone: +1 404 894 9214 (has voice mail)
E-mail: arnold.robbins@cc.gatech.edu FAX: +1 404 853 9378
[There's more regexps than that. What about Henry Spencer's package? -John]
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.