program-transformation Questions
4
What is an AST transformation in general? I came across these words when reading Groovy blog's. But what it is in general?
Raleigh asked 4/6, 2011 at 6:7
3
Solved
Are there any good papers discussing how to take a dynamic program and parallelize it?
Sachsen asked 10/7, 2009 at 20:52
0
I'm reading implementing functional languages: a tutorial, and encountered a problem when implementing floating pass of fully lazy lambda lifting.
I would like to describe how floating works to ma...
Ethiopic asked 5/1, 2016 at 11:44
3
Solved
I am desiring a command-line tool to extract a definition or declaration (typedef, structure, enumeration, variable, or function) from a C or C++ source file. Also a way to replace an existing defi...
Froma asked 27/6, 2012 at 2:20
11
Solved
How would you go about converting a reasonably large (>300K), fairly mature C codebase to C++?
The kind of C I have in mind is split into files roughly corresponding to modules (i.e. less granular...
Teheran asked 14/10, 2008 at 0:51
2
Solved
Steve Yegge mentioned it in a blog post and I have no idea what it means, could someone fill me in?
Is it the same thing as tail call optimization?
Gamboa asked 6/8, 2009 at 18:11
4
Anyone knows a way to define refactoring in a more formal way?
UPDATE.
A refactoring is a pair R = (pre; T) where pre is the precondition that
the program must satisfy, and T is the program tr...
Teplitz asked 19/11, 2008 at 5:38
1
© 2022 - 2024 — McMap. All rights reserved.