code generation

Dan Stromberg drsalists at gmail.com
Tue Aug 2 23:48:24 EDT 2011


Perhaps:

http://code.google.com/p/python-graph/

On Tue, Aug 2, 2011 at 8:03 PM, Rita <rmorgan466 at gmail.com> wrote:

> Hello,
>
> This isn't much of a python question but a general algorithm question.
>
> I plan to input the following string and I would like to generate something
> like this.
>
> input: a->(b,c)->d
> output:
> parent a, child b c
> parent b c child d
>
> Are there any libraries or tools which will help me evaluate items like
> this better? I am mostly looking for syntax and sanity checking.
>
> Any thoughts?
>
>
>
>
>
> --
> --- Get your facts first, then you can distort them as you please.--
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20110802/a60eb73e/attachment.html>


More information about the Python-list mailing list