Define a blank line in Coco/r ?

Peng Guan <Pengg@metamail.com>
5 Jun 2000 23:59:40 -0400

          From comp.compilers

Related articles
Define a blank line in Coco/r ? Pengg@metamail.com (Peng Guan) (2000-06-05)
| List of all articles for this month |

From: Peng Guan <Pengg@metamail.com>
Newsgroups: comp.compilers
Date: 5 Jun 2000 23:59:40 -0400
Organization: Compilers Central
Keywords: tools, question

I'm writing a BNF file for an email parser. In an email, the message
body part and header part is separated by a blank line. Can some tell
me how to define the blank line so the parser treat the message part
after the blank line as the body.


message= header blankline [body] ?


Thanks


Peng


Post a followup to this message

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