- Rewrite parser and interpreter. Now much more flexible
- Add
&&
and||
pipes - Add for statement (
for var = cmd { echo $var }
) - Add inline commands
$(pwd)
- Add documentation for all commands
- Add wc, pwd, sleep and timeit commands
- Custom prompt function support