[IronPython] Trac, Genshi, AST, etc.

Sanghyeon Seo sanxiyn at gmail.com
Thu Sep 14 05:02:17 CEST 2006


2006/9/14, Sanghyeon Seo <sanxiyn at gmail.com>:
> Bytecode generation is problematic. Naturally IronPython can't support
> new.code called with CPython bytecode. I am thinking about using
> unparse to turn that to Python source and then exec to get a code
> object: http://svn.python.org/projects/python/branches/p3yk/Demo/parser/unparse.py

By the way, unparse idea is astonishingly similar to CodeDom idea.
Don't you think so?

Seo Sanghyeon



More information about the Ironpython-users mailing list