shik 0.4.2

A functional scripting language for shell automation
Documentation
# TODO list

## Operations

### Objects

- **Object pattern matching**

### String

- **RegExp support**

## REPL possibilities

- **Navigation left right arrows by chars**
- **Previous command (arrow_up)**
- **Multiline support**

## Misc

- **Shebang support**
- Multiple statements per line with `,`
- `if.can` function [lambda value]: call lambda only if predicate is trueish.
- _Threading_