Skip to content

Finish Decompiler #26

Open
Open
@ssanderson

Description

Currently Handles:

  • For-Loops
  • While-Loops
  • All Binary Operators except or and and.
  • Dict/Set/Tuple/Number/String/Name Constants
  • Function Definitions
  • Chained Assignments
  • Unpacking Assignments
  • With-Blocks
  • Global and Nonlocal Declarations
  • Imports

Does Not Currently Handle:

  • Python != 3.4.3
  • If-Statements
  • or and and
  • ternary expressions
  • Class Definitions
  • Comprehensions
  • Lambdas
  • Try-Except-Finally Blocks
  • Raise Statements
  • Assert Statements
  • Comparisons

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions