ucg 0.2.0

A configuration generation grammar.
Documentation
1
2
3
4
assert |"hello @" % ("world") == "hello world"|;
assert |"1 @ @" % (2, 3) == "1 2 3"|;
assert |"@ or @" % (true, false) == "true or false"|;
assert |"@" % (NULL) == "NULL"|;