Create TODO.md

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<unknown> but List<int>)
- [x] variable type mismatch 
- [ ] finish operator type-checking
- [ ] Column path
- [ ] Ranges
- [ ] Source
- [ ] Autoenv
- [ ] Block params

# Maybe
- [ ] default param values?
- [ ] Unary not?
This commit is contained in:
JT 2021-08-18 05:34:08 +12:00 committed by GitHub
parent 739425431a
commit 9c7d2ab8f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
TODO.md Normal file
View File

@ -0,0 +1 @@