Re: Compiler Python
- From: "Martin v. Löwis" <martin@xxxxxxxxxxx>
- Date: Tue, 11 Sep 2007 23:10:11 +0200
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
.
- References:
- Compiler Python
- From: anton a
- Compiler Python
- Prev by Date: Re: Python Database Apps
- Next by Date: Re: Difference between two times (working ugly code, needs polish)
- Previous by thread: Re: Compiler Python
- Next by thread: Difference between two times (working ugly code, needs polish)
- Index(es):
Relevant Pages
|