Re: code generation

2011-08-02 Thread Dan Stromberg
Perhaps: http://code.google.com/p/python-graph/ On Tue, Aug 2, 2011 at 8:03 PM, Rita 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 > o

Re: Code generation architecture question

2008-11-14 Thread Alex_Gaynor
On Nov 14, 3:04 am, Aaron Brady <[EMAIL PROTECTED]> wrote: > On Nov 13, 7:16 pm, Alex_Gaynor <[EMAIL PROTECTED]> wrote: > > > I'm trying to figure out what the best architecture for doing code > > generation would be.  I have a set of ASTs that define a program, so > > what should I do to for code

Re: Code generation architecture question

2008-11-14 Thread Aaron Brady
On Nov 13, 7:16 pm, Alex_Gaynor <[EMAIL PROTECTED]> wrote: > I'm trying to figure out what the best architecture for doing code > generation would be.  I have a set of ASTs that define a program, so > what should I do to for code generation.  As I see it the 2 choices > are to have the ASTs have a