Open
Description
@adarshp, I took a look at the spec for GrFN.
https://delphi.readthedocs.io/en/master/grfn_spec.html#top-level-grfn-specification
This is a great representation. Kind of like a higher level IR for translating between languages.
One thing I noticed is this note:
TODO: we think Fortran is restricted to integer values for iteration variables, which would include iteration over indexes into arrays. Need to double check this.
If the GrFN schema is going to work for multiple languages it is going to need to support iterator loops like C++, Python, Julia have.
I guess you could have int-loop and iterator loop or a per language loop construct.
Metadata
Metadata
Assignees
Labels
No labels