You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, we know about this. It was mentioned in #45. Basically, this is incredibly difficult in Fortran because you can write a comment in the middle of a keyword or an identifier as well. So it is not clear where to associate the comment in the AST.
That said there is a reprinting algo in camfort/camfort that doesn't touch the untransformed bits of the AST so they remain identical to the original source code. If that' what you need, that might be your best bet.
I have tried to reprint the following code:
and it produces the following output without any commentaries:
Is it possible to save commentaries in this context?
The text was updated successfully, but these errors were encountered: