Commit Graph

189 Commits

Author SHA1 Message Date
b79dc2257c Handle Ctrl-C gracefully 2019-06-07 10:31:22 +10:00
f31c08e941 Merge pull request #87 from wycats/better-parser
Span all the things
2019-06-06 20:00:37 +12:00
324f7915be Span all the things
Also set up builder infra for more consistent AST creation.
2019-06-05 23:34:59 -07:00
05dc715876 Rename select to get 2019-06-05 13:53:38 +12:00
f3bb4a03c2 Improve parser 2019-06-04 14:42:31 -07:00
c050ce852b Lots of misc improvements 2019-06-03 19:41:28 +12:00
a8574abbf2 Improve errors 2019-06-02 22:11:21 -07:00
2a20192519 Fix up some warnings and move integration tests to correct dir 2019-06-03 15:48:58 +12:00
9ba42eae46 Fix up tests 2019-06-03 12:03:40 +12:00
90d0182a54 Rename to first and pick 2019-06-03 06:53:30 +12:00
2997d24f16 Merge branch 'master' into testing 2019-06-03 05:51:11 +12:00
b9159f033b Parsing tests 2019-06-02 09:28:40 -07:00
d6cd0df232 Add git branch to prompt 2019-06-02 09:11:28 +12:00
e3e1d81f48 Add to_toml export 2019-06-02 06:26:04 +12:00
5d901a11e1 Add from_toml (#54) 2019-06-01 19:05:57 +12:00
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
d7ff9fb7b7 Trim (#52)
Add a simple trim command
2019-06-01 15:43:59 +12:00
5043367d11 Internal to external (#51)
Add a simple form of internal->external support
2019-06-01 15:19:03 +12:00
1012a8dc41 Cleanup/rename some commands 2019-06-01 08:34:15 +12:00
9bf279508e Merge branch 'master' of https://github.com/wycats/nushell 2019-05-31 04:12:47 +12:00
c523ae0f48 More fixes for external args 2019-05-29 22:33:47 -07:00
7066b6ecca Merge with master 2019-05-30 17:09:23 +12:00
dd35b2460c Add row-split 2019-05-30 17:08:42 +12:00
b7d15c2afd Better errors and more fleshed out semantics 2019-05-29 21:19:46 -07:00
8e00cd43a8 Add select command which opens cell 2019-05-29 16:02:36 +12:00
d5255f6dbf Evaluator MVP (#39)
Evaluator, MVP
2019-05-27 23:45:18 -07:00
10702cd27f Add size units to parsing 2019-05-28 17:05:14 +12:00
d35a9d17ad Merge branch 'master' into size 2019-05-28 14:06:35 +12:00
b34676441b Add json support 2019-05-28 14:01:37 +12:00
8464bcbb70 Merge branch 'master' into size 2019-05-26 00:20:01 -07:00
b74daa2e60 A real parser (lalrpop) 2019-05-26 00:17:35 -07:00
a2b63f7e0c Add size command 2019-05-26 12:12:47 +10:00
ad0b79673e Add split command 2019-05-24 18:20:03 -07:00
bd055f2af1 Linting and other cleanup 2019-05-24 12:35:22 -07:00
9f8d2a4de5 Pipe external to internal
Each line is a string object
2019-05-24 11:48:33 -07:00
f9fb353c5c Streams are wired up pairwise 2019-05-24 00:29:16 -07:00
bf332ea50c Improved streams 2019-05-23 21:34:43 -07:00
625a356361 Data flows across commands via streams now 2019-05-23 00:23:06 -07:00
31dd579d6f Small restructuring 2019-05-22 21:30:43 -07:00