Re: Parsing: request for pointers

2008-11-13 Thread Paul McGuire
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

Re: Parsing: request for pointers

2008-11-11 Thread Steven D'Aprano
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

Parsing: request for pointers

2008-11-11 Thread André
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