parse Interface

public interface parse

Calls

interface~~parse~~CallsGraph interface~parse aoc_utilities::parse proc~parse_nums64 aoc_utilities::parse_nums64 interface~parse->proc~parse_nums64 interface~split aoc_utilities::split proc~parse_nums64->interface~split proc~split1 aoc_utilities::split1 interface~split->proc~split1 proc~split2 aoc_utilities::split2 interface~split->proc~split2 proc~expand_vector aoc_utilities::expand_vector proc~split1->proc~expand_vector proc~split2->proc~split1

Called by

interface~~parse~~CalledByGraph interface~parse aoc_utilities::parse program~problem_9 problem_9 program~problem_9->interface~parse

Module Procedures

private function parse_nums64(line) result(ints)

parse space-deliminated ip sequence (positive or negative)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: line

Return Value integer(kind=ip), dimension(:), allocatable