onefig 1.3.1

The only configuration language you need; a configuration language for configuration files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
conff toml stewart = "stewart.toml";

# dave = "something else" // should throw error cause it's assigned to in the other onefig-script

stewart.name: "Stewart Lee"
stewart.age = 30,
stewart.skills = [ "nothing :C" ]
stewart.dog.name: "Bob";
stewart.dog: {
    age = 2;
    children = {
        cheese: { etc: [[["that's alotta lists"]]] },
    }
}