Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move "_nodes.py" to "bases.py" | Emile Anclin | 2010-03-03 | 1 | -343/+0 |
| | | | | | --HG-- branch : rebuild | ||||
* | introduce 'last_child' method | Emile Anclin | 2010-02-03 | 1 | -1/+13 |
| | | | | | | | It is used for perfomance while using set_line_info --HG-- branch : rebuild | ||||
* | compiler: save argument names into locals dictionary | Emile Anclin | 2010-01-26 | 1 | -0/+4 |
| | | | | | --HG-- branch : rebuild | ||||
* | fix imports | Emile Anclin | 2010-01-26 | 1 | -1/+1 |
| | | | | | --HG-- branch : rebuild | ||||
* | option to print repr_tree with ids (for debugging) | Emile Anclin | 2010-01-21 | 1 | -8/+11 |
| | | | | | --HG-- branch : rebuild | ||||
* | fix a lot more stuff trying to get the leave methods back to work | Emile Anclin | 2009-12-14 | 1 | -0/+2 |
| | | | | | --HG-- branch : rebuild | ||||
* | _nodes doesn't depend on _nodes_<mode>, so we can use nodes in _nodes_<mode> | Emile Anclin | 2009-11-25 | 1 | -4/+7 |
| | | | | | --HG-- branch : rebuild | ||||
* | remove most factory functions and create instances | Emile Anclin | 2009-11-25 | 1 | -2/+0 |
| | | | | | --HG-- branch : rebuild | ||||
* | move default infer method to NodeNg | Emile Anclin | 2009-11-25 | 1 | -40/+6 |
| | | | | | --HG-- branch : rebuild | ||||
* | move special cases of _infer_name to concrete classes | Emile Anclin | 2009-11-25 | 1 | -4/+1 |
| | | | | | --HG-- branch : rebuild | ||||
* | [R] rename Proxy_ to BaseClass | Emile Anclin | 2009-09-15 | 1 | -3/+3 |
| | |||||
* | [R, doc] simplify inheritance of scoped nodes; comments | Emile Anclin | 2009-09-15 | 1 | -0/+4 |
| | |||||
* | [R] modify __bases__ instead of using the "extend_class" function | Emile Anclin | 2009-09-14 | 1 | -3/+3 |
| | | | | | * avoid mixing oldstyle / newstyle : all classes inheritate from Proxy_ * add "Instance" class to the bases at the right place | ||||
* | [B] remove introduced bug: Yield is no statement | Emile Anclin | 2009-09-07 | 1 | -2/+2 |
| | |||||
* | [R] move NodeNG, StmtMixIn, BlockRangeMixIn to _nodes.py | Emile Anclin | 2009-09-07 | 1 | -1/+280 |
| | |||||
* | [R] add an _nodes.py for avoiding circular imports.py | Emile Anclin | 2009-09-02 | 1 | -0/+75 |