Currently Pamela 'macros' such as dotimes result in generating expanded functionality in the IR directly. Currently there is no way for unparse to determine the actual invocation was via macro.
The purpose of this issue is to add the necessary hints to the IR such that the same, shorter, original Pamela source can be recreated from the IR via the unparse action.
Currently Pamela 'macros' such as
dotimes
result in generating expanded functionality in the IR directly. Currently there is no way for unparse to determine the actual invocation was via macro.The purpose of this issue is to add the necessary hints to the IR such that the same, shorter, original Pamela source can be recreated from the IR via the unparse action.