ucg 0.2.0

A configuration generation grammar.
Documentation
1
2
assert |"hello " + "world" == "hello world"|;
assert |[1, 2, 3] + [4, 5, 6] == [1, 2, 3, 4, 5, 6]|;