Re: Python internals and parser



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

.



Relevant Pages

  • Re: Advanced Forth app techniques
    ... generators written in various languages with respect to ... The smallest parser generator (14 ... can look at the source code of the program. ... M. Anton Ertl http://www.complang.tuwien.ac.at/anton/home.html ...
    (comp.lang.forth)
  • Re: Modified version of the Gray parser generator
    ... where that code appeared in the source code. ... Of course the context is going to be different as the standalone ... the parser source code itself which makes me wonder if we're talking ... think of is that Gray compiles the action when the source code is read ...
    (comp.lang.forth)
  • Re: A simple parser
    ... having a full C parser *and* preprocessor. ... C source code. ... should explicitly note that fact. ...
    (comp.lang.c)
  • Re: newbee help : parser in C
    ... analyser in the same language a while ago. ... It was a very simple lexer ... that tokenised a simple C source code text file - basically a very ... Now i want to know how to build a parser. ...
    (comp.lang.c)
  • Re: Parser suggestion
    ... > I'm needing a parser to retrieve some information from source code -- ... > Any recommendations on a Python app or parser that I could use for that? ... There seems to be a great diversity of parsing tools available for ... Python programmers. ...
    (comp.lang.python)