cpython/Parser
Amaury Forgeot d'Arc 5216721a53 Issue2681: the literal 0o8 was wrongly accepted, and evaluated as float(0.0).
This happened only when 8 is the first digit.
Credits go to Lukas Meuser.
2008-04-24 18:07:05 +00:00
..
Python.asdl
acceler.c
asdl.py
asdl_c.py
bitset.c
firstsets.c
grammar.c
grammar.mak
grammar1.c
intrcheck.c
listnode.c
metagrammar.c
myreadline.c
node.c
parser.c
parser.h
parsetok.c
pgen.c
pgenmain.c
printgrammar.c #2627 Let it be known what pgen generates 2008-04-13 20:35:56 +00:00
spark.py
tokenizer.c Issue2681: the literal 0o8 was wrongly accepted, and evaluated as float(0.0). 2008-04-24 18:07:05 +00:00
tokenizer.h
tokenizer_pgen.c