There are 4 repositories under code-transformation topic.
Spoon is a metaprogramming library to analyze and transform Java source code. :spoon: is made with :heart:, :beers: and :sparkles:. It parses source files to build a well-designed AST with powerful analysis and transformation API.
Error Prone extensions: extra bug checkers and a large battery of Refaster rules.
A collection of transforms for use with JSCodeshift
CLAW Compiler for Performance Portability
BubblesAgent: Open-source AI agent using LLMs (GPT, Gemini, Claude) for automated, large-scale code refactoring and transformation.
A configurable code modifier for typescript and friends. Can transform entire codebases to enforce better coding practices, eliminate tech debt in one fell swoop, and catch bad code before it is committed.
Convert Verilog module to chisel3 BlackBox
Parsing JS code into ASTs and tools to query and transform these trees.
🛡️ AI-powered vulnerability scanner that automatically detects, analyzes, and fixes security issues in npm packages with intelligent code transformations. Supports GitHub Actions, CLI, Docker, and VS Code integration with Microsoft Teams notifications.
Swift implementation of The Super Tiny Compiler - transforms LISP syntax to Swift function calls
A tool that makes large-scale refactoring easier and safer.
Python's built-in libraries include powerful tools for retrieving and operating over abstract syntax trees. This article provides an overview of how to use these features to analyze and transform Python code programmatically.
FLT brings floating point support to C compilers lacking the capability – and it's CPU and compiler agnostic!
The set of annotation processors that generate an accessor which returns an optional value for each annotated field during the compilation phase.
A CLI tool to use LLMs on files and directories of files
[stable] Macros for ultra-flexible injection of compiler trees, literals, or binary data into Rust syntax trees from external sources.
Transformator for PHP Code Generator. Can be used standalone in a workflow or by a Cartridge.
🛠️ CLI tool to automate the migration of CodeIgniter projects to Laravel — including routes, models, views, and configs.
Repository to maintain VS Code Extension 'Ternary ⇄ If-Else Converter'
A benchmark of manually migrated/reused JUnit tests and a taxonomy of migration-related code changes.
Landing page for a Gitbook collection containing some notes from courses @Polimi, T2A Computer Science and Engineering : https://francesco-plt.gitbook.io/course-notes/
A flexible tool for parallel type checking of Go files, with dynamic CLI commands and extensibility for managing codebases efficiently.
parse command line options for the GCC compiler
A PHP utility to generate mock classes by processing source code, leaving only public methods and clearing their bodies. Supports PSR-4 and is ideal for testing complex systems without Dependency Injection.