Jonathan Turner
|
136b5693cd
|
Fix adding at shallow depth
|
2019-08-20 15:36:52 +12:00 |
|
Jonathan Turner
|
ec7d159c83
|
Switch to constraint solving the table
|
2019-08-17 08:03:29 +12:00 |
|
Jonathan Turner
|
8f78995014
|
Improve enter and fix bugs
|
2019-08-11 08:18:14 +12:00 |
|
Jonathan Turner
|
eeed31837f
|
cleanup
|
2019-08-10 08:49:43 +12:00 |
|
Jonathan Turner
|
aadacc2d36
|
Merge master
|
2019-08-09 16:51:21 +12:00 |
|
Yehuda Katz
|
14a52bc282
|
WIP - more streamlining
|
2019-08-06 09:26:33 -07:00 |
|
Jonathan Turner
|
99671b8ffc
|
Move more parts to tags and away from spans
|
2019-08-05 20:54:29 +12:00 |
|
Yehuda Katz
|
fc173c46d8
|
Restructuring
|
2019-08-02 12:15:07 -07:00 |
|
Jonathan Turner
|
462f783fac
|
initial change to Tagged<Value>
|
2019-08-01 13:58:42 +12:00 |
|
Jonathan Turner
|
389d9988f3
|
Change list/object to better short names
|
2019-07-30 13:54:33 +12:00 |
|
Jonathan Turner
|
a09361698e
|
Update plugin protocol for begin, and create new sys plugin
|
2019-07-27 19:45:00 +12:00 |
|
Yehuda Katz
|
73deeb69db
|
Clean up lint errors
|
2019-07-23 21:10:48 -07:00 |
|
Yehuda Katz
|
5a8e041a48
|
Tests pass!
|
2019-07-23 15:22:11 -07:00 |
|
Jonathan Turner
|
ec7d49b0d2
|
Add and edit functionality
|
2019-07-22 15:52:57 +12:00 |
|
Jonathan Turner
|
3b682046b7
|
new inc takes a path
|
2019-07-18 13:32:19 +12:00 |
|
Jonathan Turner
|
2ed46046bd
|
Cleanup for upcoming release
|
2019-07-17 07:10:25 +12:00 |
|
Jonathan Turner
|
60f4436849
|
Merge pull request #181 from nushell/string-arg
Make signatures a little more general
|
2019-07-16 09:40:36 +12:00 |
|
Yehuda Katz
|
ded3462e82
|
Make signatures a little more general
|
2019-07-15 14:16:27 -07:00 |
|
Jonathan Turner
|
ae4d3ab4cf
|
Bump deps and add serde_bytes support
|
2019-07-16 06:34:44 +12:00 |
|
Yehuda Katz
|
7c2a1c619e
|
Tests pass
|
2019-07-12 19:20:26 -07:00 |
|
Yehuda Katz
|
2da12aed56
|
Tests pass
|
2019-07-12 19:20:26 -07:00 |
|
Yehuda Katz
|
7b68739b52
|
WIP
|
2019-07-12 19:20:26 -07:00 |
|
Yehuda Katz
|
71adfb4cdc
|
WIP
|
2019-07-12 19:20:26 -07:00 |
|
Yehuda Katz
|
34033afce4
|
WIP improve error infrastructure
Also simplify commands and reduce papercuts
|
2019-07-12 19:20:26 -07:00 |
|
Jonathan Turner
|
65a0d27c8a
|
Add binary type and tree sink
|
2019-07-04 17:11:56 +12:00 |
|
Jonathan Turner
|
0180769971
|
WIP now load plugins automatically
|
2019-07-04 05:37:09 +12:00 |
|
Jonathan Turner
|
ccb3c92287
|
cleanup
|
2019-06-30 18:49:33 +12:00 |
|
Jonathan Turner
|
c3697c67ca
|
Make serialization full-fidelity
|
2019-06-30 18:46:49 +12:00 |
|
Yehuda Katz
|
3379c23a49
|
Support evaluating most expressions
Blocks, paths, and others
Plus a bunch of other infra improvements
|
2019-06-29 01:55:42 -07:00 |
|
Jonathan Turner
|
47f23cacc7
|
Add second plugin
|
2019-06-28 04:47:24 +12:00 |
|
Jonathan Turner
|
d5704808d4
|
First working plugin
|
2019-06-27 16:56:48 +12:00 |
|
Yehuda Katz
|
7957fc502f
|
Fix a bunch of bugs
|
2019-06-23 18:55:31 -06:00 |
|
Yehuda Katz
|
d0860837d2
|
Merge branch 'nom2' into nom4
|
2019-06-22 18:20:13 -04:00 |
|
Yehuda Katz
|
4036bf1ffd
|
&str -> Text
|
2019-06-22 16:46:16 -04:00 |
|
Jonathan Turner
|
9ae9beb94a
|
WIP
|
2019-06-22 15:43:37 +12:00 |
|
Yehuda Katz
|
e981129f1f
|
Things work
|
2019-06-21 21:36:57 -04:00 |
|
Jonathan Turner
|
b4eb32f1db
|
Touchups to external values
|
2019-06-19 17:51:24 +12:00 |
|
Jonathan Turner
|
108439f3d1
|
Add basic obj path indexing
|
2019-06-14 13:59:13 +12:00 |
|
Jonathan Turner
|
f40089f29b
|
Better cd and ls
|
2019-06-14 09:47:25 +12:00 |
|
Jonathan Turner
|
7642541755
|
Add xml open support
|
2019-06-11 18:26:03 +12:00 |
|
Jonathan Turner
|
62fac11e07
|
Cleanup and bump rustyline
|
2019-06-10 05:52:56 +12:00 |
|
Jonathan Turner
|
4e6c3d255c
|
Add opening urls
|
2019-06-09 06:09:17 +12:00 |
|
Jonathan Turner
|
e94d1d2758
|
Add pretty errors to commands
|
2019-06-08 10:35:07 +12:00 |
|
Yehuda Katz
|
324f7915be
|
Span all the things
Also set up builder infra for more consistent AST creation.
|
2019-06-05 23:34:59 -07:00 |
|
Yehuda Katz
|
f3bb4a03c2
|
Improve parser
|
2019-06-04 14:42:31 -07:00 |
|
Yehuda Katz
|
a8574abbf2
|
Improve errors
|
2019-06-02 22:11:21 -07:00 |
|
Yehuda Katz
|
69effbc9e7
|
Improve signature infrastructure
The `config` command uses different kinds of named arguments, which
illustrates how it works.
|
2019-05-31 22:54:15 -07:00 |
|
Yehuda Katz
|
b7d15c2afd
|
Better errors and more fleshed out semantics
|
2019-05-29 21:19:46 -07:00 |
|
Jonathan Turner
|
f44936ea5a
|
Some fixes for the new evaluator
|
2019-05-28 19:19:16 +12:00 |
|
Yehuda Katz
|
d5255f6dbf
|
Evaluator MVP (#39)
Evaluator, MVP
|
2019-05-27 23:45:18 -07:00 |
|