ucg 0.2.0

A configuration generation grammar.
Documentation
1
2
3
4
5
let empty = NULL;
let tpl = {
    foo = NULL,
};
assert |tpl.foo == empty|;