Hello,
In my tree parser for the translation of "function" to "method", i write
the whole tree structure again in the action part like:
{ #func_def = #(#[METHOD,"method"],id, id2, id3); }
but i only want to change the "method" part. How can i do it specifically?
Regards,
Serafettin