-
Notifications
You must be signed in to change notification settings - Fork 1
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
Adding DataStatementConstant entity #214
Comments
I am not sure the constant need to be numerical Another solution I see is to have a
|
inviting @uNouss to the discussion |
|
Currently
FASTFortranDataGroup
is designed to havedataConstants
as a list ofFASTFortranTExpression
which covers the case when a data constant is a constant or the symbolic name of a constant.However, there exist a case when a data constant is presented in the format
r*c
equivalent tor
successive occurrences of the constantc
.At the moment there is no expression able to cover this case.
I propose to create
DataStatementConstant
->FASTFortranTExpression
with propertiesoccurence
andconstant
both of the typeFASTFortranIntegerLiteral
The text was updated successfully, but these errors were encountered: