toml.toml

Tom's Obvious, Minimal Language (v0.4.0).

Members

Classes

TOMLException
class TOMLException

Exception thrown on generic TOML errors.

TOMLParserException
class TOMLParserException

Exception thrown during the parsing of TOML document.

Enums

TOML_TYPE
enum TOML_TYPE

TOML type enumeration.

Functions

parseTOML
TOMLDocument parseTOML(string data)

Parses a TOML document.

Structs

TOMLDocument
struct TOMLDocument
Undocumented in source.
TOMLValue
struct TOMLValue
Undocumented in source.

Meta