Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why CallStatement does not use TInvocation ? #187

Open
NicolasAnquetil opened this issue Feb 28, 2024 · 2 comments
Open

Why CallStatement does not use TInvocation ? #187

NicolasAnquetil opened this issue Feb 28, 2024 · 2 comments

Comments

@NicolasAnquetil
Copy link
Contributor

we have: callStatement --|> tWithArguments
and in FAST: tInvocation --|> tWithArguments
???

@NicolasAnquetil
Copy link
Contributor Author

possibly due t the fact that TInvocation implies TExpression
Need to correct FAST #66

@lsafina
Copy link
Contributor

lsafina commented Mar 25, 2024

try to delete FASTFortranTExpression from FASTFortranTInvocation, see if nothing breaks.
if not do ASTFortranCallStatement -> FASTFortranTInvocation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants