Skip to content
  • rtoy's avatar
    f2cl1.l: · b260ed3b
    rtoy authored
    o Support data statements of the form (from hs109.f):
    
         data x /nx*0/
    
      where nx is initialized in a PARAMETER statement.
    o Recognize and handle implied-do loops in data statements like the
      following (from tp383mod.f):
    
         data (a(j), a(j+1), j=1,7) /.../
    
    
    f2cl5.l:
    o Support changes in f2cl1.l to support those kinds of data implied-do
      loops.  Basically just need to get the dimensions and types for
      lists of variables instead of just one variable.
    b260ed3b