Re: Mail grammar parse ?

Detlef Meyer-Eltz <Meyer-Eltz@t-online.de>
Sat, 22 Sep 2007 14:45:57 +0200

          From comp.compilers

Related articles
Mail grammar parse ? giuseppegulisano@gmail.com (superpippo) (2007-09-20)
Re: Mail grammar parse ? Meyer-Eltz@t-online.de (Detlef Meyer-Eltz) (2007-09-22)
| List of all articles for this month |

From: Detlef Meyer-Eltz <Meyer-Eltz@t-online.de>
Newsgroups: comp.compilers
Date: Sat, 22 Sep 2007 14:45:57 +0200
Organization: Compilers Central
References: 07-09-079
Keywords: parse
Posted-Date: 23 Sep 2007 18:58:03 EDT

> I am interested in getting a of a grammar for parsing email
> (headers, MIME attachments, etc)?




A parser of e-mail addresses according to the RFC 822 standard is one
of the examples of TextTransformer:


http://www.texttransformer.com




> I have read the RFC 822 but I'm a bit confused.


TextTransformer is a visual parser generator, by which you can execute
parsers step by step. So you can see which part of the input is
matched by which rules and tokens.
The parser for e-mail addresses is described in the documentation,
which is online too:


http://www.texttransformer.com/tthelp/example_email.htm


Post a followup to this message

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