E
Evil Bastard
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
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