mirror of
https://github.com/nushell/nushell.git
synced 2024-11-16 05:23:44 +01:00
28 lines
629 B
Markdown
28 lines
629 B
Markdown
# 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<unknown>` but `List<int>`)
|
|
- [x] parsing tables
|
|
- [ ] ...rest without calling it rest
|
|
- [ ] operator overflow
|
|
- [ ] finish operator type-checking
|
|
- [ ] Column path
|
|
- [ ] Ranges
|
|
- [ ] Source
|
|
- [ ] Autoenv
|
|
- [ ] Block params
|
|
- [ ] let [first, rest] = [1, 2, 3]
|
|
|
|
## Maybe:
|
|
- [ ] default param values?
|
|
- [ ] Unary not?
|