hush 0.1.0

Hush is a unix shell scripting language based on the Lua programming language
# Summary

- [Foreword]./foreword.md
- [Overview]./overview.md
- [Installation]./installation.md
- [Introduction]./intro/readme.md
  - [Hello World]./intro/hello-world.md
  - [Type System]./intro/type-system.md
  - [Basic Constructs]./intro/basic-constructs.md
- [Error Handling]./error-handling.md
- [Command Blocks]./cmd/readme.md
  - [Basic]./cmd/basic.md
  - [Capture]./cmd/capture.md
  - [Async]./cmd/async.md
  - [Builtins]./cmd/builtins.md
- [Standard Library]./std.md
- [Paradigms]./paradigms/readme.md
  - [Object Oriented]./paradigms/oop.md
  - [Functional]./paradigms/fun.md
- [Recap]./recap.md
- [Appendix]./appendix/readme.md
  - [Keywords]./appendix/keywords.md
  - [Operators]./appendix/operators.md