Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Python

Compiler Python

 

 

Python python RSS feed   Index | Next | Previous | View Threaded


anomyo2 at gmail

Sep 11, 2007, 1:40 PM

Post #1 of 5 (62 views)
Permalink
Compiler Python

Hello

Someone knows since as I can obtain the information detailed about the
compiler of Python? (Table of tokens, lists of productions of the
syntactic one , semantic restrictions...)

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


bdesth.quelquechose at free

Sep 9, 2007, 8:18 AM

Post #2 of 5 (51 views)
Permalink
Re: Compiler Python [In reply to]

Bjoern Schliessmann a écrit :
> anton a wrote:
>
>>Someone knows since as I can obtain the information detailed about
>>the compiler of Python? (Table of tokens, lists of productions of
>>the syntactic one , semantic restrictions...)
>
>
> I'm not really about the syntax of your question,

lol !-)

<op>
Sorry... Please don't take it as a personal offense (FWIW, my English is
barely better than yours)
</op>
--
http://mail.python.org/mailman/listinfo/python-list


usenet-mail-0306.20.chr0n0ss at spamgourmet

Sep 11, 2007, 1:47 PM

Post #3 of 5 (54 views)
Permalink
Re: Compiler Python [In reply to]

anton a wrote:
> Someone knows since as I can obtain the information detailed about
> the compiler of Python? (Table of tokens, lists of productions of
> the syntactic one , semantic restrictions...)

I'm not really about the syntax of your question, but I'd try
looking at the source code.

Regards,


Björn

--
BOFH excuse #228:

That function is not currently supported, but Bill Gates assures us
it will be featured in the next upgrade.

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


martin at v

Sep 11, 2007, 2:10 PM

Post #4 of 5 (54 views)
Permalink
Re: Compiler Python [In reply to]

> Someone knows since as I can obtain the information detailed about the
> compiler of Python? (Table of tokens, lists of productions of the
> syntactic one , semantic restrictions...)

The EBNF grammar is in Grammar/Grammar; this also implies the list
of tokens. Another list of tokens in Include/token.h. The semantic
restrictions are mostly implemented as SyntaxError. These are
raised under various circumstances - search the code for SyntaxError,
for details.

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


usenet-mail-0306.20.chr0n0ss at spamgourmet

Sep 12, 2007, 4:43 AM

Post #5 of 5 (46 views)
Permalink
Re: Compiler Python [In reply to]

Bruno Desthuilliers wrote:
> Bjoern Schliessmann a écrit :

>> I'm not really about the syntax of your question,
^(sure)
>
> lol !-)

;) It wasn't mean ironically, I really forgot the "sure".

Regards,


Björn

--
BOFH excuse #322:

Your Pentium has a heating problem - try cooling it with ice cold
water.(Do not turn of your computer, you do not want to cool down
the Pentium Chip while he isn't working, do you?)

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

Python python RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.