Skip to content
  • rtoy's avatar
    First attempt at getting implied-do loops in data statements working · d2fa99eb
    rtoy authored
    with nested loops.
    
    f2cl1.l:
    o PARSE-DATA-IMPLIED-DO handles implied do loops even when the loops
      are nested.
    
    macros.l:
    o Update PROCESS-IMPLIED-DO to handle the new forms returned by
      PARSE-DATA-IMPLIED-DO.
    o Don't create constants out of the initializer since we use POP to
      access them one by one.
    o Minor tweak for list-directed output to allow a slightly longer line
      length. This matches what g77 produces for one simple test case.
    d2fa99eb