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

Functions/Subroutines

recursive subroutine nts_parse_integer (parser, tok_integer)
 
recursive subroutine nts_parse_double (parser, tok_double)
 
recursive subroutine nts_parse_boolean (parser, tok_boolean)
 
recursive subroutine nts_parse_string (parser, tok_string)
 

Function/Subroutine Documentation

◆ nts_parse_boolean()

recursive subroutine mod_parse_declaration::nts_parse_boolean ( type(t_parser) parser,
type(t_token), intent(in) tok_boolean )

◆ nts_parse_double()

recursive subroutine mod_parse_declaration::nts_parse_double ( type(t_parser) parser,
type(t_token), intent(in) tok_double )

◆ nts_parse_integer()

recursive subroutine mod_parse_declaration::nts_parse_integer ( type(t_parser) parser,
type(t_token), intent(in) tok_integer )

◆ nts_parse_string()

recursive subroutine mod_parse_declaration::nts_parse_string ( type(t_parser) parser,
type(t_token) tok_string )