summaryrefslogtreecommitdiff
path: root/_nodes.py
Commit message (Expand)AuthorAgeFilesLines
* move "_nodes.py" to "bases.py"Emile Anclin2010-03-031-343/+0
* introduce 'last_child' methodEmile Anclin2010-02-031-1/+13
* compiler: save argument names into locals dictionaryEmile Anclin2010-01-261-0/+4
* fix importsEmile Anclin2010-01-261-1/+1
* option to print repr_tree with ids (for debugging)Emile Anclin2010-01-211-8/+11
* fix a lot more stuff trying to get the leave methods back to workEmile Anclin2009-12-141-0/+2
* _nodes doesn't depend on _nodes_<mode>, so we can use nodes in _nodes_<mode>Emile Anclin2009-11-251-4/+7
* remove most factory functions and create instancesEmile Anclin2009-11-251-2/+0
* move default infer method to NodeNgEmile Anclin2009-11-251-40/+6
* move special cases of _infer_name to concrete classesEmile Anclin2009-11-251-4/+1
* [R] rename Proxy_ to BaseClassEmile Anclin2009-09-151-3/+3
* [R, doc] simplify inheritance of scoped nodes; commentsEmile Anclin2009-09-151-0/+4
* [R] modify __bases__ instead of using the "extend_class" functionEmile Anclin2009-09-141-3/+3
* [B] remove introduced bug: Yield is no statementEmile Anclin2009-09-071-2/+2
* [R] move NodeNG, StmtMixIn, BlockRangeMixIn to _nodes.pyEmile Anclin2009-09-071-1/+280
* [R] add an _nodes.py for avoiding circular imports.pyEmile Anclin2009-09-021-0/+75