Re: Python internals and parser

2005-06-23 Thread harold fellermann
Hi,

On 22.06.2005, at 23:18, Michael Barkholt wrote:
> Is there any detailed documentation on the structure of Pythons 
> internals,
> besides the source code itself?
>
> More specifically I am looking for information regarding the C parser, 
> since
> I am looking into the viability of using it in another project that 
> needs
> to parse python code (and I would like the code to be written in C).


maybe this link might help you: http://wiki.cs.uiuc.edu/cs427/PYTHON


--
"Wahrheit ist die Erfindung eines Lügners"
-- Heinz von Foerster

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Python internals and parser

2005-06-22 Thread Terry Reedy

"Michael Barkholt" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Is there any detailed documentation on the structure of Pythons 
> internals,
> besides the source code itself?

In detail, in one place, no.  There are bits and pieces in the C API docs 
and the Lib man chapters on the parser and dis modules and perhaps the 
compiler module.

Terry J. Reedy



-- 
http://mail.python.org/mailman/listinfo/python-list


Python internals and parser

2005-06-22 Thread Michael Barkholt
Hi

Is there any detailed documentation on the structure of Pythons internals,
besides the source code itself?

More specifically I am looking for information regarding the C parser, since
I am looking into the viability of using it in another project that needs
to parse python code (and I would like the code to be written in C).

Any inputs?

Regards,
Michael Barkholt
-- 
http://mail.python.org/mailman/listinfo/python-list