JT
|
e0a26cd048
|
Finish operator overflow checking (#308)
|
2021-11-08 17:44:59 +13:00 |
|
JT
|
bac8b8a450
|
Add initial ctrl-c support
|
2021-10-28 17:13:10 +13:00 |
|
JT
|
f92e9d25a5
|
Make the history path more central
|
2021-10-28 13:30:58 +13:00 |
|
JT
|
85a69c0a45
|
WIP
|
2021-10-26 10:14:21 +13:00 |
|
JT
|
9b60f76d04
|
Check TODO
|
2021-10-13 16:57:30 +13:00 |
|
JT
|
63e3552eef
|
Add the remaining missing operators
|
2021-10-12 09:35:12 +13:00 |
|
JT
|
0d031636a9
|
Error on missing column during cell path
|
2021-10-12 08:55:14 +13:00 |
|
JT
|
d33a9549b5
|
Add serialize/deserialize for streams
|
2021-10-12 07:12:47 +13:00 |
|
JT
|
0504a7a776
|
Make errors emit first
|
2021-10-12 06:35:40 +13:00 |
|
JT
|
5021d61800
|
Update TODO.md
|
2021-10-07 08:43:00 +13:00 |
|
JT
|
5bf51b5a7a
|
Update TODO.md
|
2021-10-03 08:33:30 +13:00 |
|
JT
|
d34e083976
|
Merge pull request #75 from nushell/prepare_for_porting
Prepare nu_commands for porting
|
2021-09-30 07:27:56 +13:00 |
|
JT
|
f0d5e2dcf1
|
Prepare nu_commands for porting
|
2021-09-30 07:17:51 +13:00 |
|
JT
|
125c8c82c3
|
Update TODO.md
|
2021-09-28 12:40:08 +13:00 |
|
JT
|
b8d218e65b
|
Update TODO.md
|
2021-09-25 20:46:43 +12:00 |
|
JT
|
4841d62d76
|
Add some improvements to errors
|
2021-09-21 16:03:06 +12:00 |
|
JT
|
c03324ec9c
|
Update TODO.md
|
2021-09-16 05:08:40 +12:00 |
|
JT
|
55aa70c88a
|
WIP
|
2021-09-12 09:26:35 +12:00 |
|
JT
|
abda6f148c
|
Finish up completions
|
2021-09-10 10:09:40 +12:00 |
|
JT
|
f7333ebe58
|
Check box
|
2021-09-10 09:47:57 +12:00 |
|
JT
|
4ee1776ceb
|
Update TODO.md
|
2021-09-09 20:53:24 +12:00 |
|
JT
|
2d7192e390
|
Add parser README, some parser fixups
|
2021-09-09 06:54:27 +12:00 |
|
JT
|
ab3820890b
|
Update TODO.md
|
2021-09-07 19:59:57 +12:00 |
|
JT
|
8e8ef83875
|
Update TODO.md
|
2021-09-07 19:54:48 +12:00 |
|
JT
|
6af3affee2
|
add a test and update TODO
|
2021-09-07 19:09:49 +12:00 |
|
JT
|
b0ab78a767
|
Switch tables to list/streams of records
|
2021-09-07 19:07:11 +12:00 |
|
JT
|
bdce34676a
|
Allow rest vars to have a custom name
|
2021-09-07 15:37:02 +12:00 |
|
JT
|
8db844a8d0
|
Check off TODO item
|
2021-09-07 10:11:12 +12:00 |
|
JT
|
4ce9a5c894
|
Make variable assignment convert streams to full values
|
2021-09-07 06:05:46 +12:00 |
|
JT
|
9e7d96ea50
|
Update TODO.md
|
2021-09-06 14:40:55 +12:00 |
|
JT
|
b930fc5d9d
|
updated TODO
|
2021-09-06 14:22:58 +12:00 |
|
JT
|
c4c4d82bf4
|
Try putting streams in Value
|
2021-09-02 09:20:53 +12:00 |
|
JT
|
fcc1cd3d57
|
Update TODO.md
|
2021-09-01 15:17:14 +12:00 |
|
JT
|
24cd1b591c
|
Update todo
|
2021-08-27 14:30:10 +12:00 |
|
JT
|
8ab7b27d4f
|
Update TODO.md
|
2021-08-18 06:00:16 +12:00 |
|
JT
|
9e76fb2231
|
Update TODO.md
|
2021-08-18 05:34:38 +12:00 |
|
JT
|
9c7d2ab8f2
|
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?
|
2021-08-18 05:34:08 +12:00 |
|