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 |
|
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 |
|
Jonathan Turner
|
10702cd27f
|
Add size units to parsing
|
2019-05-28 17:05:14 +12:00 |
|
Jonathan Turner
|
b34676441b
|
Add json support
|
2019-05-28 14:01:37 +12:00 |
|
Yehuda Katz
|
b74daa2e60
|
A real parser (lalrpop)
|
2019-05-26 00:17:35 -07:00 |
|
Yehuda Katz
|
bd055f2af1
|
Linting and other cleanup
|
2019-05-24 12:35:22 -07:00 |
|
Yehuda Katz
|
9f8d2a4de5
|
Pipe external to internal
Each line is a string object
|
2019-05-24 11:48:33 -07:00 |
|
Yehuda Katz
|
31dd579d6f
|
Small restructuring
|
2019-05-22 21:30:43 -07:00 |
|
Yehuda Katz
|
261d7a793f
|
Restructure and make commands uniform
|
2019-05-22 00:12:03 -07:00 |
|
Jonathan Turner
|
76c295995d
|
Add support for real comparison operators
|
2019-05-17 18:27:31 -07:00 |
|
Yehuda Katz
|
52716d0c24
|
README
|
2019-05-17 09:59:25 -07:00 |
|
Yehuda Katz
|
2feef6bd25
|
Added a first pass at sort-by
|
2019-05-17 08:55:50 -07:00 |
|