Related articles |
---|
Alternative Syntax for Regular Expressions? forrest@ce.berkeley.edu (Jon Forrest) (2001-10-10) |
Re: Alternative Syntax for Regular Expressions? eeide@cs.utah.edu (Eric Eide) (2001-10-12) |
Re: Alternative Syntax for Regular Expressions? joachim_d@gmx.de (Joachim Durchholz) (2001-10-12) |
Re: Alternative Syntax for Regular Expressions? jenglish@flightlab.com (2001-10-12) |
Re: Alternative Syntax for Regular Expressions? vannoord@let.rug.nl (2001-10-12) |
Re: Alternative Syntax for Regular Expressions? dmitry@elros.cbb-automation.de (2001-10-12) |
Re: Alternative Syntax for Regular Expressions? alexc@world.std.com (2001-10-13) |
[7 later articles] |
From: | "Jon Forrest" <forrest@ce.berkeley.edu> |
Newsgroups: | comp.compilers |
Date: | 10 Oct 2001 15:52:13 -0400 |
Organization: | University of California, Berkeley |
Keywords: | lex |
Posted-Date: | 10 Oct 2001 15:52:12 EDT |
I've been looking at some pretty hairy regular expressions (in Perl)
recently that are virtually unreadable. The thought crossed my mind
that maybe there are some alternatives to classic regular expression
syntax out there. Note that I'm only talking about the syntax - it's
hard to beat the semantics of regular expressions.
Does anybody know of anything?
Jon Forrest
Return to the
comp.compilers page.
Search the
comp.compilers archives again.