Regular Expressions

trejo ortiz alejandro augusto <rafae1@hp.fciencias.unam.mx>
Mon, 16 Oct 1995 19:21:38 GMT

          From comp.compilers

Related articles
[4 earlier articles]
Re: Regular Expressions Martin.Ward@durham.ac.uk (Martin Ward) (2004-10-12)
Re: Regular Expressions torbenm@diku.dk (2004-10-12)
Re: Regular Expressions dmaze@mit.edu (David Z Maze) (2004-10-12)
Re: Regular Expressions Martin.Ward@durham.ac.uk (Martin Ward) (2004-10-17)
Re: Regular Expressions choksheak@yahoo.com (ChokSheak Lau) (2004-10-21)
Re: regular expressions wendt@CS.ColoState.EDU (1993-03-22)
Regular Expressions rafae1@hp.fciencias.unam.mx (trejo ortiz alejandro augusto) (1995-10-16)
Re: Regular Expressions mnp@compass-da.com (Mitchell Perilstein) (1995-10-23)
Re: Regular Expressions cgh@cs.rice.edu (1995-10-29)
Re: Regular Expressions odunlain@maths.tcd.ie (Colm O'Dunlaing) (1995-10-31)
Re: Regular Expressions natasha@softlab.ece.ntua.gr (1995-11-03)
Re: Regular Expressions sjmccaug@prairienet.org (1995-11-28)
Re: Regular Expressions jmccarty@spdmail.spd.dsccc.com (1995-11-29)
| List of all articles for this month |

Newsgroups: comp.compilers
From: trejo ortiz alejandro augusto <rafae1@hp.fciencias.unam.mx>
Keywords: DFA, theory, question
Organization: Compilers Central
Date: Mon, 16 Oct 1995 19:21:38 GMT

Hi everyone.
I have some problems about regular expressions:
1) Is there a canonical form for regular expressions(over a finite alphabet)?
2) In manipulating regular expressions,there exist identities, like R+S = S+R,
where + stands for union operation. I've collected about 20 of such identities,
but I want to increase my list of them.
3) An ambiguous grammar for regular expressions over the alphabet {a, b}is the
following:
R::=RR | R + R | R* | (R) |a|b
The question is: How can I state an unambiguous grammar for regular
expressions?


Every highlight in each of this points will be of great expense.
--


Post a followup to this message

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