barkml 0.8.5

Declarative configuration language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
$tire = !Test 1.0.0
[section-1]
# Documentation
number = 4
floating: f32 = 3.14f32
versioning = 1.2.3-beta.6
requires = ^1.3.3
strings = "foobar"
arrays  = ["hello", 5, 3.14, 'single']
object = { foo = b'YmluYXJ5c3RyaW5n', "bar" = 4 }
blocks 0.3 "label-a" {
    simple = "me"
}