
TOML: Tom's Obvious Minimal Language
A config file format for humans. TOML aims to be a minimal configuration file format that's easy to read due to obvious semantics. TOML is designed to map unambiguously to a hash table. …
TOML: English v1.0.0
Jan 11, 2021 · Objectives TOML aims to be a minimal configuration file format that's easy to read due to obvious semantics. TOML is designed to map unambiguously to a hash table. TOML …
TOML:Tom 的(语义)明显、(配置)最小化的语言
为人而生的配置文件格式。 TOML 旨在成为一个语义明显且易于阅读的最小化配置文件格式。 TOML 被设计成可以无歧义地映射为哈希表。 TOML 应该能很容易地被解析成各种语言中的数 …
TOML: 日本語 v1.0.0
Jan 11, 2021 · TOML は、ハッシュテーブルに一義的に対応するように設計されていて、さまざまな言語のデータ構造に展開できます。 仕様
TOML: 简体中文 v1.0.0
Jan 11, 2021 · TOML 解析器可以相对灵活地解析成对所在平台有效的换行字符。 # 在 Unix 系统,上面的多行字符串可能等同于: str2 = "Roses are red\nViolets are blue" # 在 Windows 系 …
TOML: English v0.3.0
Nov 10, 2014 · Luckily, TOML supports a multi-line version of literal strings that solves this problem. Multi-line literal strings are surrounded by three single quotes on each side and allow …
TOML: Tom's Obvious Minimal Language
TOML est un format de fichier de configuration minimal facile à lire grâce à une sémantique claire. Il est conçu pour correspondre sans ambiguïté à une table de hachage et doit être facile à …
TOML: English v0.5.0
Jul 10, 2018 · As of version 0.5.0, TOML should be considered extremely stable. The goal is for version 1.0.0 to be backwards compatible (as much as humanly possible) with version 0.5.0.
TOML: English v1.0.0-rc.3
Oct 7, 2020 · Objectives TOML aims to be a minimal configuration file format that's easy to read due to obvious semantics. TOML is designed to map unambiguously to a hash table. TOML …
TOML: Português v1.0.0
Nov 1, 2021 · TOML visa ser um formato de arquivo de configuração mínimo que seja fácil de ler devido à semântica óbvia. O TOML foi projetado para mapear inequivocamente para uma …