2006/9/14, Sanghyeon Seo <[EMAIL PROTECTED]>:
> 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
_______________________________________________
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to