About 347,000 results
Open links in new tab
  1. describes program transformation approaches that take code change examples as input, automatically identify candidate edit locations and also apply context- aware, customized …

  2. Editable program views • Expressing code edits through textual changes can be time consuming • extra boilerplate, code duplication, etc. • Key idea: Enable developers to instead interact with …

  3. Program Transformation - Programming Examples

    One of the aims of a general framework for program transformation is to define transformations that are reusable across as wide a range of languages as possible. For example, the notion of …

  4. Program transformation - Wikipedia

    Program transformations may be specified as automated procedures that modify compiler data structures (e.g. abstract syntax trees) representing the program text, or may be specified more …

  5. Generation of edit scripts seeks to improve programmer productivity by relieving develop-ers from tedious, error-prone, manual code updates. It also has the potential to guide automated …

  6. A Programming Language Interface to Describe Transformations and Code ...

    This paper presents a programming language interface, a complete scripting language, to describe composable compiler transformations. These transformation programs can be …

  7. On Program Transformations - Cornell University

    Program transformation is based on a set of transformation rules that prescribe how a part of a program is to be transformed, and a set of directives that prescribe which program variables …

  8. Program Transformation - an overview | ScienceDirect Topics

    Program transformation refers to the formal process of changing a program into a different one while preserving its original semantics. It aims to enhance software construction, reliability, …

  9. Program refinement refers to the stepwise transformation of high-level programs to lower-level executable ones. Program calculation is the derivation of programs by manipulating formulas. …

  10. program-transformation · GitHub Topics · GitHub

    Mar 20, 2025 · Here are 22 public repositories matching this topic... A code rewrite tool for structural search and replace that supports ~every language. Automatically convert Julia …

Refresh