nushell/crates/nu-data/src
JT 25a8caa9b0
Simplify expressions (#3389)
* WIP: experiment with simpler expressions

* fix simple invoke

* update tests

* fix a few tests

* Make paren parsing more robust

* fix external args

* Remove old invocation

* Update tests

* Update tests
2021-05-12 13:01:48 +12:00
..
base Complete Dataframe MVP (#3373) 2021-05-12 13:01:31 +12:00
config Clippy fixes for new Rust version (#3392) 2021-05-07 07:58:21 +12:00
utils Clippy fixes for new Rust version (#3392) 2021-05-07 07:58:21 +12:00
base.rs hopefully fixes the coercion error when comparing $nothing to $var (#3133) 2021-03-05 14:07:54 -06:00
config.rs Complete Dataframe MVP (#3373) 2021-05-12 13:01:31 +12:00
dict.rs allow str from to convert more things to string (#2977) 2021-01-29 07:43:35 -06:00
keybinding.rs move keybinding_path to nu-data (#2927) 2021-01-14 06:31:47 +13:00
lib.rs Remove unused help shell. Slight cleanup and improvement. (#3258) 2021-04-03 18:56:46 -05:00
primitive.rs make Table, Autoview read in memory config. (#3287) 2021-04-08 17:31:19 -05:00
types.rs Rename the Path and Pattern primitives (#2889) 2021-01-08 20:30:41 +13:00
value.rs Simplify expressions (#3389) 2021-05-12 13:01:48 +12:00