Related articles |
---|
Re: terminological problem (EBNF & regular expressions) paul@parsetec.com (Paul Mann) (2005-10-14) |
Re: terminological problem (EBNF & regular expressions) Meyer-Eltz@t-online.de (Detlef Meyer-Eltz) (2005-10-15) |
Re: terminological problem (EBNF & regular expressions) paul@parsetec.com (Paul Mann) (2005-10-17) |
Re: terminological problem (EBNF & regular expressions) paul@parsetec.com (Paul Mann) (2005-10-19) |
Re: terminological problem (EBNF & regular expressions) Meyer-Eltz@t-online.de (Detlef Meyer-Eltz) (2005-10-19) |
Re: terminological problem (EBNF & regular expressions) paul@parsetec.com (Paul Mann) (2005-10-20) |
Re: terminological problem (EBNF & regular expressions) Meyer-Eltz@t-online.de (Detlef Meyer-Eltz) (2005-10-23) |
Re: terminological problem (EBNF & regular expressions) paul@parsetec.com (Paul Mann) (2005-10-26) |
Re: terminological problem (EBNF & regular expressions) RLake@oxfam.org.uk (2005-10-26) |
From: | "Paul Mann" <paul@parsetec.com> |
Newsgroups: | comp.compilers |
Date: | 26 Oct 2005 14:26:16 -0400 |
Organization: | Compilers Central |
Keywords: | syntax |
Posted-Date: | 26 Oct 2005 14:26:16 EDT |
>>>> LRgen allows one to do it like this: [X|Y|Z]/','...
>> It seems like one would have to say
>
>> ((X|Y|Z)(,(X|Y|Z))*)?
>
>> to accomplish the same thing.
>
> Yes, if an X or Y or Z has to follow the last comma. I could not find
> the description of the '/'-operator on your web-site.
It's on this page in the EBNF section.
http://parsetec.com/lrgen/tbnf4.html
Return to the
comp.compilers page.
Search the
comp.compilers archives again.