[IronPython] Python Generation

Michael Stephens falcon at uwyo.edu
Tue Jul 1 21:55:56 CEST 2008


http://tech-michael.blogspot.com/2008/06/python-generation-using-code-dom.html

Michael Stephens

Electrical Engineering Graduate Student
University of Wyoming
falcon at uwyo.edu or 89iroc at gmail.com

On Tue, Jul 1, 2008 at 12:26 PM, Tim Riley <riltim at gmail.com> wrote:

> Care to share an example? I am very interested in this.
>
> On Mon, Jun 30, 2008 at 10:39 PM, Michael Stephens <falcon at uwyo.edu>
> wrote:
> > Thanks.. I've got a basic example up.
> >
> > Michael Stephens
> >
> > Electrical Engineering Graduate Student
> > University of Wyoming
> > falcon at uwyo.edu or 89iroc at gmail.com
> >
> > On Mon, Jun 30, 2008 at 7:33 PM, Dino Viehland
> > <dinov at exchange.microsoft.com> wrote:
> >>
> >> You could take a look at IronPython 1.x's CodeDom support in
> >> IronPython.CodeDom.Provider.  From there you can get the generator and
> throw
> >> CodeDom trees at it.  It can generate a bunch of ugliness to support
> >> WinForms but by default it doesn't do that.  Unfortunately it hasn't
> been
> >> updated to 2.0 but of course the source is available J
> >>
> >>
> >>
> >> From: users-bounces at lists.ironpython.com
> >> [mailto:users-bounces at lists.ironpython.com] On Behalf Of Michael
> Stephens
> >> Sent: Monday, June 30, 2008 6:14 PM
> >> To: Discussion of IronPython
> >> Subject: [IronPython] Python Generation
> >>
> >>
> >>
> >> I am writing a macro->python translation utility for our system.  I
> >> thought I struck it rich when i found IronPython.Compiler.Ast .  But
> there
> >> doesn't seem to be a good way to take these things and generate python
> code
> >> (strings).  If anyone knows any spiffy libraries out there to do this
> that
> >> would be awesome too.
> >>
> >> Michael Stephens
> >>
> >> Electrical Engineering Graduate Student
> >> University of Wyoming
> >> falcon at uwyo.edu or 89iroc at gmail.com
> >>
> >> _______________________________________________
> >> Users mailing list
> >> Users at lists.ironpython.com
> >> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
> >>
> >
> >
> > _______________________________________________
> > Users mailing list
> > Users at lists.ironpython.com
> > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
> >
> >
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20080701/c0ae8265/attachment.html>


More information about the Ironpython-users mailing list