<Hakusa at gmail.com> wrote in message
news:1161585837.292211.233680 at i42g2000cwa.googlegroups.com...
> Paul McGuire wrote:
>> As an example of using pyparsing, I chose a simple text adventure
>> application, and had to create a 2-D grid of rooms. The presentation
>> materials are online at http://www.python.org/pycon/2006/papers/4/, and
>> the
>> source code is included with the examples that ship with pyparsing
>> I read your entire thing, but how much stuck is a testimate to how much
> I have yet to learn. Also, I didn't see the source code or downoad or
> anything there. Where is it again?
>> Thanks for the responces.
>
Download pyparsing at http://sourceforge.net/projects/pyparsing . Be sure
to download either the source installation or the doc installation - the
windows binary install omits the doc and example files.
The pyparsing home page is at http://pyparsing.wikispaces.com.
-- Paul