Re: Alternative Syntax for Regular Expressions?

vannoord@let.rug.nl
12 Oct 2001 00:20:02 -0400

          From comp.compilers

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)
Re: Alternative Syntax for Regular Expressions? rboland@unb.ca (Ralph Boland) (2001-10-13)
Re: Alternative Syntax for Regular Expressions? spinoza1111@yahoo.com (2001-10-14)
Re: Alternative Syntax for Regular Expressions? eanders@cs.berkeley.edu (2001-10-16)
Re: Alternative Syntax for Regular Expressions? ralph@inputplus.demon.co.uk (2001-10-16)
[3 later articles]
| List of all articles for this month |

From: vannoord@let.rug.nl
Newsgroups: comp.compilers
Date: 12 Oct 2001 00:20:02 -0400
Organization: Rijksuniversiteit Groningen
References: 01-10-029
Keywords: lex
Posted-Date: 12 Oct 2001 00:20:02 EDT

Jon Forrest <forrest@ce.berkeley.edu> wrote:
> maybe there are some alternatives to classic regular expression
> syntax out there.


In natural language processing, the people from Xerox have initiated
work in much more powerful regular expression notations. It's perhaps
not what you are looking for (it's strictly finite-state, so no
`capturing' extensions). Cf. the following links:
http://www.rxrc.xerox.com/research/mltt/fst/
http://www.let.rug.nl/~vannoord/Fsa [and links from there]


Gertjan
--
Gertjan van Noord Alfa-informatica, RUG, Postbus 716, 9700 AS Groningen
vannoord at let dot rug dot nl http://www.let.rug.nl/~vannoord


Post a followup to this message

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