toml_parser_config Interface

public interface toml_parser_config

Module Procedures

private pure function new_parser_config(color, context_detail) result(config)

Create new configuration for the TOML parser

Arguments

Type IntentOptional Attributes Name
logical, intent(in), optional :: color

Color support for diagnostics

integer, intent(in), optional :: context_detail

Record all tokens

Return Value type(toml_parser_config)

Configuration of the parser