cpython/Lib/compiler
Jeremy Hylton 42a0830713 Fix "import as" (has always skipping the as name)
Fix com_NEWLINE() so that is accepts arguments, which occurs for lines like:
    stmt; # note trailing semicolon
Add XXX about checking for assignment to list comps
2001-04-09 04:27:12 +00:00
..
__init__.py typo 2001-04-09 04:23:55 +00:00
ast.py Generated from rev 1.1 of ast.txt 2000-10-25 18:02:59 +00:00
consts.py constants from transformer 2000-02-08 18:57:51 +00:00
misc.py Change the graph structure to contain the code generator object for 2000-11-06 03:43:11 +00:00
pyassem.py move pruneNext method to correct object (doh!) 2000-11-06 03:47:39 +00:00
pycodegen.py Change the graph structure to contain the code generator object for 2000-11-06 03:43:11 +00:00
transformer.py Fix "import as" (has always skipping the as name) 2001-04-09 04:27:12 +00:00
visitor.py Small optimizations in dispatch method: 1) lookup node's __class__ once 2000-10-25 18:02:02 +00:00