# TODO ## CURRENT - add sourcing ## NEXT - arithmetic - fd-based redirects ## LATER - proper error handling - marked todos in code ## BUGS 1. ``` export FOO=bar echo "$FOO"bie ``` prints `bar bie` (with the space). 2. ```echo "'hi'"``` hangs