summaryrefslogtreecommitdiffstats
path: root/Lib/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* add support for Lambda nodesJeremy Hylton2000-02-111-8/+28
* add loop handling viaJeremy Hylton2000-02-101-13/+63
* add an __len__ to Set and StackJeremy Hylton2000-02-101-0/+4
* add namespace attr to CodeGenerator, can be either MODULE_NAMESPACE orJeremy Hylton2000-02-101-22/+35
* add ExampleASTVisitor:Jeremy Hylton2000-02-101-55/+199
* add remove method to setJeremy Hylton2000-02-101-0/+2
* add optional verbose arg to walk function. it overrides the globalJeremy Hylton2000-02-081-29/+137
* make all unary operators have a single child node called exprJeremy Hylton2000-02-081-4/+4
* add spaces to comparison names is not and not in to match disJeremy Hylton2000-02-081-2/+2
* now produces valid pyc files for a least a trivial subset of theJeremy Hylton2000-02-081-80/+306
* constants from transformerJeremy Hylton2000-02-081-0/+9
* move constants out of transformer so that they can be shared with astJeremy Hylton2000-02-082-8/+9
* rapid evolution towards producing real .pyc files (even though I don'tJeremy Hylton2000-02-041-11/+176
* checking in initial weekend's workJeremy Hylton2000-02-042-0/+424
* make p2c a packageJeremy Hylton2000-02-041-0/+0
* three files from the p2c cvs tree. the message here indicates theJeremy Hylton2000-02-042-0/+1893