diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000000..9e0122441b --- /dev/null +++ b/TODO.md @@ -0,0 +1,23 @@ +# 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`) +- [ ] finish operator type-checking +- [ ] Column path +- [ ] Ranges +- [ ] Source +- [ ] Autoenv +- [ ] Block params + +## Maybe: +- [ ] default param values? +- [ ] Unary not?