nushell/crates
Leonhard Kipp 400bc97e35
Add parser improvements (#2679)
* Add parser improvements

Previously everything starting with "$" was parsed as a column path.
With this commit applied, the lite_arg starting with $ is parsed as
the most appropriate thing
- $true/$false ==> Expression::Boolean
- $(...) ==> Invocation
- $it ==> ColumnPath
- Anything with at least one '.' ==> ColumnPath
- Anything else ==> Variable

* Ignore failing tests
2020-10-19 20:03:14 +13:00
..
nu_plugin_binaryview Bump to 0.21 (#2663) 2020-10-14 06:19:09 +13:00
nu_plugin_chart Include chart binaries. (#2667) 2020-10-13 17:04:27 -05:00
nu_plugin_fetch Bump to 0.21 (#2663) 2020-10-14 06:19:09 +13:00
nu_plugin_from_bson Bump to 0.21 (#2663) 2020-10-14 06:19:09 +13:00
nu_plugin_from_sqlite Bump to 0.21 (#2663) 2020-10-14 06:19:09 +13:00
nu_plugin_inc Bump to 0.21 (#2663) 2020-10-14 06:19:09 +13:00
nu_plugin_match Bump to 0.21 (#2663) 2020-10-14 06:19:09 +13:00
nu_plugin_post Bump to 0.21 (#2663) 2020-10-14 06:19:09 +13:00
nu_plugin_ps Bump to 0.21 (#2663) 2020-10-14 06:19:09 +13:00
nu_plugin_s3 Bump to 0.21 (#2663) 2020-10-14 06:19:09 +13:00
nu_plugin_start Bump to 0.21 (#2663) 2020-10-14 06:19:09 +13:00
nu_plugin_sys Bump to 0.21 (#2663) 2020-10-14 06:19:09 +13:00
nu_plugin_textview Bump to 0.21 (#2663) 2020-10-14 06:19:09 +13:00
nu_plugin_to_bson Bump to 0.21 (#2663) 2020-10-14 06:19:09 +13:00
nu_plugin_to_sqlite Bump to 0.21 (#2663) 2020-10-14 06:19:09 +13:00
nu_plugin_tree Bump to 0.21 (#2663) 2020-10-14 06:19:09 +13:00
nu_plugin_xpath Bump to 0.21 (#2663) 2020-10-14 06:19:09 +13:00
nu-cli Add parser improvements (#2679) 2020-10-19 20:03:14 +13:00
nu-data ColumnPath creation flexibility. (#2674) 2020-10-15 17:25:17 -05:00
nu-errors Bump to 0.21 (#2663) 2020-10-14 06:19:09 +13:00
nu-parser Add parser improvements (#2679) 2020-10-19 20:03:14 +13:00
nu-plugin Bump to 0.21 (#2663) 2020-10-14 06:19:09 +13:00
nu-protocol Add parser improvements (#2679) 2020-10-19 20:03:14 +13:00
nu-source Bump to 0.21 (#2663) 2020-10-14 06:19:09 +13:00
nu-table Bump to 0.21 (#2663) 2020-10-14 06:19:09 +13:00
nu-test-support ColumnPath creation flexibility. (#2674) 2020-10-15 17:25:17 -05:00
nu-value-ext ColumnPath creation flexibility. (#2674) 2020-10-15 17:25:17 -05:00