Python internals and parser

M

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
 
T

Terry Reedy

Michael Barkholt said:
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
 
H

harold fellermann

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).


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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,995
Messages
2,570,236
Members
46,825
Latest member
VernonQuy6

Latest Threads

Top