Closed GoogleCodeExporter closed 8 years ago
The proposed solution is to add a keyword marker similar to the variable
markers used
in issue 61. The function f above would decompile to
const( fn(x) (x -> #transform (1)) ).
The keyword marker will be added during decompile if and only if there is a
global
variable with the same name as the keyword in scope. Local variables that
coincides
with keyword names are tagged so that
explain ( transform=randomLong(), [ transform, transform ] );
gives
(
transform#0 = system::randomLong(),
[transform#0, transform#0]
);
Original comment by Rainer.G...@gmx.de
on 15 Oct 2009 at 10:47
Fixed in r396.
Original comment by Rainer.G...@gmx.de
on 15 Oct 2009 at 10:52
Original issue reported on code.google.com by
Rainer.G...@gmx.de
on 1 Oct 2009 at 10:48