hush 0.1.3

Hush is a unix shell scripting language based on the Lua programming language
1
2
3
4
5
6
7
8
9
10
@[
	a: b,
	b: 1,
	c: 1.0,
	d: "string",
	e: @[
		nested: @[ _: @[ _: @[ _: @[ _: @[] ] ] ] ],
	],
	f: [ "mixed with arrays", @[ x: y ] ]
]