Re: EBNF notation for "one or more"?

preston@helena.cs.rice.edu (Preston Briggs)
Sat, 26 Sep 1992 17:53:33 GMT

          From comp.compilers

Related articles
EBNF notation for "one or more"? craigh@cserver.plexus.com (1992-09-25)
Re: EBNF notation for "one or more"? preston@helena.cs.rice.edu (1992-09-26)
| List of all articles for this month |

Newsgroups: comp.compilers,comp.lang.c
From: preston@helena.cs.rice.edu (Preston Briggs)
Organization: Rice University, Houston
Date: Sat, 26 Sep 1992 17:53:33 GMT
References: 92-09-177
Keywords: syntax

craigh@cserver.plexus.com (Craig Heilman) writes:
>I know that EBNF notation for "0 or more x" is {x} but what is the
>notation for "1 or more"?


Typically, you just write


x { x }


Preston Briggs
--


Post a followup to this message

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