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 currently active loop body. | |
| logical function, public | is_in_forloop () |
| Query whether parsing is currently inside a #for block. | |