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

Refactoring the FASTFortranFormatStatement #218

Open
lsafina opened this issue Mar 13, 2024 · 2 comments
Open

Refactoring the FASTFortranFormatStatement #218

lsafina opened this issue Mar 13, 2024 · 2 comments

Comments

@lsafina
Copy link
Contributor

lsafina commented Mar 13, 2024

Format statement has a format specification list with elements consisting of a repeat factor and an edit descriptor.

Currently FASTFortranFormatStatement uses formatDescription property to store the format specification list without separation on elements. It also uses tWithFormat trait, which is not fully defined, and not used for storing format specification list.

There should be a better way to store format specification list.

@NicolasAnquetil
Copy link
Contributor

TWithFormat is not fully defined?
It seems ok to me: TWithFormat <>-* TFormat (except that currently the '*' is missing)

What do you think is missing?

@NicolasAnquetil
Copy link
Contributor

inviting @uNouss to the discussion

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