0.6.0
Loading...
Searching...
No Matches
mod_nts_parse_control_structures Module Reference

Functions/Subroutines

recursive subroutine nts_parse_if (parser, block_parser)
 
recursive subroutine nts_parse_while (parser, block_parser)
 
subroutine nts_parse_exit (parser, exit_tok)
 

Function/Subroutine Documentation

◆ nts_parse_exit()

subroutine mod_nts_parse_control_structures::nts_parse_exit ( type(t_parser) parser,
type(t_token), intent(in) exit_tok )

◆ nts_parse_if()

recursive subroutine mod_nts_parse_control_structures::nts_parse_if ( type(t_parser) parser,
procedure(block_function) block_parser )

◆ nts_parse_while()

recursive subroutine mod_nts_parse_control_structures::nts_parse_while ( type(t_parser) parser,
procedure(block_function) block_parser )