**Currently Handles:** - [x] For-Loops - [x] While-Loops - [x] All Binary Operators except `or` and `and`. - [x] Dict/Set/Tuple/Number/String/Name Constants - [x] Function Definitions - [x] Chained Assignments - [x] Unpacking Assignments - [x] With-Blocks - [x] Global and Nonlocal Declarations - [x] Imports **Does Not Currently Handle:** - [ ] Python != 3.4.3 - [x] If-Statements - [x] `or` and `and` - [x] ternary expressions - [ ] Class Definitions - [ ] Comprehensions - [x] Lambdas - [ ] Try-Except-Finally Blocks - [ ] Raise Statements - [ ] Assert Statements - [ ] Comparisons
Currently Handles:
orandand.Does Not Currently Handle:
orandand