tomlf_version Module

Version information on TOML-Fortran


Variables

Type Visibility Attributes Name Initial
integer, public, parameter :: tomlf_version_compact = tomlf_major*10000+tomlf_minor*100+tomlf_patch

Compact numeric representation of the TOML-Fortran version

character(len=*), public, parameter :: tomlf_version_string = "0.4.2"

String representation of the TOML-Fortran version


Subroutines

public subroutine get_tomlf_version(major, minor, patch, string)

Getter function to retrieve TOML-Fortran version

Arguments

Type IntentOptional Attributes Name
integer, intent(out), optional :: major

Major version number of the TOML-Fortran version

integer, intent(out), optional :: minor

Minor version number of the TOML-Fortran version

integer, intent(out), optional :: patch

Patch version number of the TOML-Fortran version

character(len=:), intent(out), optional, allocatable :: string

String representation of the TOML-Fortran version