Hi,

Does anyone know of a python source parser program which can return the
parsed source file as a coherent dom-like data structure?

I'm playing around with ast, and the output of ast.tolist(), but it's
got a lot of chaff, and would need a lot of hacking to break it down to
simple data structures

All recommendations appreciated

-- 
Cheers
EB

--

One who is not a conservative by age 20 has no brain.
One who is not a liberal by age 40 has no heart.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to