All Projects → voml → voml

voml / voml

Licence: CC0-1.0 license
Another Readable Configuration

Programming Languages

arc
50 projects
ANTLR
299 projects

Arc Readable Configuration

Site LICENSE LICENSE

How to Start

See arc-lang.org for details. Netlify Status

Try vscode support: VScode - ARC

Following json migration tutorial.

DataType

Type Example Remark
Integer 42 Atom, BigInteger
Decimal 1.234 Atom, BigDecimal
String 'literal' Atom
Cite $cite.path Atom
Special true, null Atom
List [1, 2, 3] Container
Dict {1: 3} Container
DictMark [dict.path] Scope
ListMark <list.path> Scope

Comparing

Compare with other readable formats

JSON

Compatible with json!

Any json object is a legal arc fragment.

Just copy and paste, then it works!

TOML

Basically Arc is an enhanced version of Toml

More functions but stricter in some places

YAML

You don't need to buy a vernier caliper!

YAML is a horrible format, if you really use wrote configurations.

XML like

Forget them!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].