summaryrefslogtreecommitdiffstats
path: root/Lib/compiler/misc.py
Commit message (Collapse)AuthorAgeFilesLines
* satisfy the tabnanny (thanks to MH for noticing the problem)Jeremy Hylton2000-02-211-8/+8
|
* add flatten helper functionJeremy Hylton2000-02-161-0/+11
|
* add an __len__ to Set and StackJeremy Hylton2000-02-101-0/+4
|
* add remove method to setJeremy Hylton2000-02-101-0/+2
|
* checking in initial weekend's workJeremy Hylton2000-02-041-0/+18
compile.py: ASTVisitor framework plus bits of a code generator that should be bug-for-buf compatible with compile.c misc.py: Set and Stack helpers test.py: a bit of simple sample code that compile.py will work on