On Nov 11, 1:59 pm, André <[EMAIL PROTECTED]> wrote:
> Hi everyone,
>
> I would like to implement a parser for a mini-language
> and would appreciate some pointers. The type of
> text I would like to parse is an extension of:
>
> http://www.websequencediagrams.com/examples.html
>
> For those that
On Tue, 11 Nov 2008 11:59:50 -0800, André wrote:
> 4. I want to do this only using modules in the standard Python
>library, as I want to use this to learn about the basics of parsing.
>So, please don't *simply* suggest to use a third-party module, such
>as
>[1] plex, [2] yapps, [3
Hi everyone,
I would like to implement a parser for a mini-language
and would appreciate some pointers. The type of
text I would like to parse is an extension of:
http://www.websequencediagrams.com/examples.html
For those that don't want to go to the link, consider
the following, *very* simplif