Top "Program-transformation" questions

A program transformation is (a usually mechanical) process to modify one program to produce another.

Converting C source to C++

How would you go about converting a reasonably large (>300K), fairly mature C codebase to C++? The kind of …

c++ c refactoring legacy program-transformation
What is an AST transformation?

What is an AST transformation in general? I came across these words when reading Groovy blog's. But what it is …

groovy abstract-syntax-tree program-transformation
What is tail-recursion elimination?

Steve Yegge mentioned it in a blog post and I have no idea what it means, could someone fill me …

language-agnostic recursion tail-recursion tail-call-optimization program-transformation