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

INTRINSIC statement functions modelled as variables, shouldn't be just strings? #227

Open
lsafina opened this issue May 23, 2024 · 1 comment

Comments

@lsafina
Copy link
Contributor

lsafina commented May 23, 2024

INTRINSIC statement (https://docs.oracle.com/cd/E19957-01/805-4939/6j4m0vna7/index.html) has a form

INTRINSIC fun [, fun] ...

where fun is a name of a function used in the same program unit. Currently fun is modelled as a variable (as FASTFortranIntrinsicStatement implements FASTFortranTVariableGroup). The question is if it is correct or names of functions should be just plain strings.

@NicolasAnquetil
Copy link
Contributor

it is not a variable for sure.

We could have a FASTFortranIntrinsicStatement or something along these lines
And this would have a name which is a plain Pharo String (it would be a named entity).

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