hush 0.1.0

Hush is a unix shell scripting language based on the Lua programming language
1
2
3
let x = 1
let y = 2.0
let result = x > y