Skip to content

Commit

Permalink
Merge pull request #109 from b5y/master
Browse files Browse the repository at this point in the history
Update TODO list
  • Loading branch information
Psycojoker committed Jun 29, 2016
2 parents fd39a84 + aff3e0a commit 4612007
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,6 @@ tramp

# AUCTeX auto folder
/auto/

# PyCharm files
.idea/*.*
4 changes: 4 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ in addition of passing empty string, allow to pass None value on setattr
this needs to be done in "_convert_input_to_node_object" and it's possible
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

### Find/Find\_All (comparison)

Magic stuff like:
Expand Down

0 comments on commit 4612007

Please sign in to comment.