diff --git a/TODO.md b/TODO.md index 8b13789179..58f7979912 100644 --- a/TODO.md +++ b/TODO.md @@ -1 +1,24 @@ - +# Todo +- [x] Env shorthand +- [x] String interpolation +- [x] Aliases +- [x] Env vars +- [x] Sub commands +- [x] Floats +- [x] Tests +- [x] Decl requires $ +- [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] variable type mismatch +- [ ] finish operator type-checking +- [ ] Column path +- [ ] Ranges +- [ ] Source +- [ ] Autoenv +- [ ] Block params + +## Maybe: +- [ ] default param values? +- [ ] Unary not?