# Todo - [x] Env shorthand - [x] String interpolation - [x] Aliases - [x] Env vars - [x] Sub commands - [x] Floats - [x] Tests - [x] Decl requires $ but shouldn't - [x] alias highlighting at call site - [x] refactor into subcrates - [x] subcommand alias - [x] type inference from successful parse (eg not `List` but `List`) - [x] parsing tables - [x] Block params - [x] Ranges - [x] Column path - [x] ...rest without calling it rest - [x] Iteration (`each`) over tables - [ ] ctrl-c support - [ ] operator overflow - [ ] finish operator type-checking - [ ] Source - [ ] Autoenv - [ ] Externals - [ ] let [first, rest] = [1, 2, 3] (design question: how do you pattern match a table?) ## Maybe: - [ ] default param values? - [ ] Unary not?