cco 0.2.0

cascading configuration
Documentation
1
2
3
4
5
6
7
8
9
10
# values that need no evaluation

bool    = true
integer = 1
float   = 1.99
string  = "hello world"
map = {
  key = "value"
}
list = ["item1", "item2"]