tokenize Function

public function tokenize(line) result(res)

Tokenize a line.

If a token starts with the comment symbol, this token and every following token is removed from the output.

Arguments

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

Return Value type(Token_t), allocatable, (:)


Contents