asty python library

September 18, 2022 ยท View on GitHub

GitHub last commit

Python interface for asty. Provides set of pydantic models and utilities for working with golang AST in same fashion as with python AST. Allows search, match and transform code written in golang with algorithms in python.

Examples

  • Simple searching example
  • Simple transformation example
  • Advanced matching example