Loading...
Searching...
No Matches
loop.f90

Go to the source code of this file.

Functions/Subroutines

subroutine, public handle_for (ctx, macros, token)
 Process a #for directive and initialize a new loop context.
subroutine, public handle_endfor (ctx, ounit, p, macros, token)
 Finalize a loop and emit all expanded iterations.
subroutine, public add_to_loop (line)
 Append a source line to the innermost active loop body.
logical function, public is_in_forloop ()
 Query whether parsing is currently inside a #for block. This routine is typically used by the main preprocessing engine to determine whether incoming source lines should be emitted directly or collected for later expansion.