There is a proposal to add user-filterable tables to fortran-lang.org to show:
- The open/close code status
- Whether free / academic-free / paid
- Supported features (both standard and extensions)
and for tools, what they do - linter / formatter / migrator …
For the supported features we need lists of:
- The standard features which are not always fully supported
- The non-standard features which may not be supported
The proposal is to publish a simple test for each feature, and tests which stress the feature.
My question is which features should be tested?
For example, for non-standard features we could test:
%val
%ref
STRUCTURE/MAP/UNION
Embedded expressions in format specifications
Suggestions would be most welcome. So also would be test code!