Re: regular expression operators in CF grammars

kgw-news@stiscan.com
28 Jun 2002 18:14:20 -0400

          From comp.compilers

Related articles
Compiler books for beginners? bart@dynarec.com (2002-05-27)
Re: Compiler books for beginners? rboland@unb.ca (Ralph Boland) (2002-05-27)
Re: regular expression operators in CF grammars parsersinc@yahoo.com (SLK Parsers) (2002-06-13)
Re: regular expression operators in CF grammars neelk@alum.mit.edu (Neelakantan Krishnaswami) (2002-06-14)
Re: regular expression operators in CF grammars rboland@unb.ca (Ralph Boland) (2002-06-17)
Re: regular expression operators in CF grammars cfc@world.std.com (Chris F Clark) (2002-06-17)
Re: regular expression operators in CF grammars kgw-news@stiscan.com (2002-06-20)
Re: regular expression operators in CF grammars kgw-news@stiscan.com (2002-06-28)
Re: regular expression operators in CF grammars parsersinc@yahoo.com (SLK Parsers) (2002-06-28)
Re: regular expression operators in CF grammars parsersinc@yahoo.com (SLK Parsers) (2002-06-28)
Re: regular expression operators in CF grammars soenke.kannapinn@wincor-nixdorf.com (=?Windows-1252?Q?S=F6nke_Kannapinn?=) (2002-06-28)
Re: regular expression operators in CF grammars cfc@world.std.com (Chris F Clark) (2002-07-02)
Re: regular expression operators in CF grammars cfc@world.std.com (Chris F Clark) (2002-07-02)
Re: regular expression operators in CF grammars joachim_d@gmx.de (Joachim Durchholz) (2002-07-02)
[11 later articles]
| List of all articles for this month |

From: kgw-news@stiscan.com
Newsgroups: comp.compilers
Date: 28 Jun 2002 18:14:20 -0400
Organization: Solution Technology
References: 02-05-142 02-05-151 02-06-024 02-06-044 02-06-054 02-06-063
Keywords: parse
Posted-Date: 28 Jun 2002 18:14:20 EDT

On Fri, 21 Jun 2002 01:45:01 UTC, kgw-news@stiscan.com wrote:


> On Mon, 17 Jun 2002 04:12:39 UTC, "Ralph Boland" <rboland@unb.ca>
> wrote:
>
> > Meanwhile if there are other regular expression operators that are
> > useful for parsing I would be interested in knowing; I will consider
> > implementing them.
> >
>
> Try looking at the Algol68 meta-productions to see if there
> are any other ideas. But I think you have the main ones.
> ? covers -ETY
> ^ covers -LIST, -TRAIN etc.
> + covers -SEQUENCE(?)
>
I did find one more.


You have A ( B A )* for list
There is A ( B A )+ for proper list.


--
All the above is hearsay and the not quaranteed.


Post a followup to this message

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