galapagos
Code transformer
An evolutionary language transformation tool that modifies existing PHP code by backporting features and preserving formatting, with goals of debugging and compatibility.
Evolutionary language transformation.
10 stars
5 watching
0 forks
Language: PHP
last commit: over 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
igorw/galapagos | An evolutionary language transformation system written in PHP. | 72 |
babel/babel | A tool that transpiles modern JavaScript code to earlier versions of the language | 43,257 |
jhgg/js-transforms | A collection of JavaScript code transformation utilities using js-codeshift | 97 |
facebookincubator/retrie | A tool for modifying and manipulating Haskell code through rewrite rules | 503 |
rajasegar/codeshift | A Ruby tool to transform source code using Abstract Syntax Trees (ASTs) and parse trees | 47 |
ztellman/riddley | Provides a safe way to transform Clojure code without unintended consequences | 196 |
paldepind/functionize | A library that converts existing JavaScript libraries into functional ones by applying a set of transformations to their methods. | 49 |
agirton/webpack-babel-codemod | A codemod script to transform commonjs import statements in JavaScript files to ES2015 imports | 4 |
swiftotter/driver | A tool for transforming production databases into development-friendly sandbox environments | 60 |
kamranahmedse/laraformer | A Laravel package that simplifies data transformation by introducing a layer of abstraction between models and their representation in different formats. | 32 |
f34nk/modest_ex | A library that performs pipeable transformations on HTML strings using CSS selectors | 31 |
dantleech/code-mover | Automates code refactoring and migration by applying predefined transformations to specific files in a project. | 22 |
cgarciae/phi | A Python library for functional programming that aims to simplify the experience by providing a unified API and operator overloading for common data transformations and operations. | 134 |
gustavoguichard/string-ts | A library providing strongly typed string functions to preserve type information after transformations | 1,195 |
senselogic/generis | A lightweight code preprocessor for Go that adds features like generics and HTML templating. | 43 |