Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 285 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 285 Bytes

ASTeditor

ASTeditor is a Python code editor that operates at the AST level.

Advantages:

  • Never worry about style and formatting
  • Impossible to have syntax errors
  • Editing commands understand the structure of your code

Or at least that is the idea. It is a work in progress.