[IronPython] _ast Module

Sanghyeon Seo sanxiyn at gmail.com
Sat Jun 14 13:37:42 CEST 2008


2008/6/14 Dan Eloff <dan.eloff at gmail.com>:
> Since Jinja appears to be non-trivial to run in Silverlight, I'm also
> looking into Mako. Unfortunately, it looks like I hit another brick
> wall. Mako uses the _ast module, which is not available in IronPython
> as far as I'm aware. Is the ast module in fepy related to this at all?
> I'm out of options here too, aren't I?

No, FePy's ast module creates AST nodes defined in compiler.ast
module, not _ast module.

-- 
Seo Sanghyeon



More information about the Ironpython-users mailing list