
TOML: Tom's Obvious Minimal Language
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 should be easy to parse into data structures in a wide variety of languages.
TOML: English v1.0.0
2021年1月11日 · 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 should be easy to parse into data structures in a wide variety of languages.
TOML: 简体中文 v1.0.0
2021年1月11日 · TOML v1.0.0. 全称:Tom 的(语义)明显、(配置)最小化的语言。(Tom's Obvious, Minimal Language) 作者:Tom Preston-Werner、Pradyun Gedam 等人。 宗旨. TOML 旨在成为一个语义明显且易于阅读的最小化配置文件格式。 TOML 被设计成可以无歧义地映射为哈 …
TOML:Tom 的(语义)明显、(配置)最小化的语言
toml 旨在成为一个语义明显且易于阅读的最小化配置文件格式。toml 被设计成可以无歧义地映射为哈希表。toml 应该能很容易地被解析成各种语言中的数据结构。
TOML: English v0.5.0
2018年7月10日 · 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 should be easy to parse into data structures in a wide variety of languages.
TOML: English v0.3.0
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 should be easy to parse into data structures in a wide variety of languages.
TOML: 日本語 v1.0.0
2021年1月11日 · toml は、明白なセマンティクスによって読みやすい最小限の設定ファイルフォーマットとなることを目的につくられました。 TOML は、ハッシュテーブルに一義的に対応するように設計されていて、さまざまな言語のデータ構造に展開できます。
TOML: English v1.0.0-rc.3
2020年10月7日 · TOML v1.0.0-rc.3. Tom's Obvious, Minimal Language. By Tom Preston-Werner, Pradyun Gedam, et al. 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 should be easy to parse into data structures in a wide variety of languages. Spec
TOML: Português v1.0.0
2021年11月1日 · TOML v1.0.0. Tom's Obvious, Minimal Language. Por Tom Preston-Werner, Pradyun Gedam, et al. Objetivos. 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 tabela de hash.
TOML: 简体中文 v0.4.0
2015年2月12日 · TOML的目标是成为一个有明显语义而容易去阅读的最小化配置文件格式。 TOML被设计成可以无歧义地被映射为哈希表,从而很容易的被解析成各种语言中的数据结构。 规格. TOML是大小写敏感的。 TOML文件必须只包含UTF-8编码的Unicode字符。