• Jeremy Hylton's avatar
    Revise implementations of getChildren() and getChildNodes(). · 5477f529
    Jeremy Hylton yazdı
    Add support for floor division (// and //=)
    
    The implementation of getChildren() and getChildNodes() is intended to
    be faster, because it avoids calling flatten() on every return value.
    But it's not clear that it is a lot faster, because constructing a
    tuple with just the right values ends up being slow.  (Too many
    attribute lookups probably.)
    
    The ast.txt file is much more complicated, with funny characters at
    the ends of names (*, &, !) to indicate the types of each child node.
    
    The astgen script is also much more complex, making me wonder if it's
    still useful.
    5477f529
Adı
Son kayıt (commit)
Son güncelleme
..
compiler Loading commit data...
doc Loading commit data...
ACKS Loading commit data...
README Loading commit data...
ast.txt Loading commit data...
astgen.py Loading commit data...
compile.py Loading commit data...
demo.py Loading commit data...
dumppyc.py Loading commit data...
regrtest.py Loading commit data...
setup.py Loading commit data...