Skip to content

Commit

Permalink
Merge pull request #111 from b5y/master
Browse files Browse the repository at this point in the history
Update important list in TODO
  • Loading branch information
Psycojoker committed Jul 11, 2016
2 parents c8dabc9 + 3067b48 commit 67f2dc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ now since we have string type in nodes_rendering_order
- implement tree visitor and transformer like in standard ast: https://docs.python.org/3/library/ast.html#ast.NodeTransformer
- improve/create new insert method with inserting to specific position like find_by_position
- implement control-flow graph, data-flow-graph and call-graph
- add scope (RedBaron, ClassNode, DefNode, LambdaNode and GeneratorComprehensionNode) property
- add scope (RedBaron, ClassNode, DefNode, LambdaNode and GeneratorComprehensionNode) property
- check code for correctness before dumping

### Find/Find\_All (comparison)

Expand Down

0 comments on commit 67f2dc2

Please sign in to comment.