1
0
mirror of https://github.com/nushell/nushell.git synced 2025-04-27 06:38:21 +02:00
nushell/crates/nu-protocol
Leonhard Kipp 400bc97e35
Add parser improvements ()
* 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
..
src Add parser improvements () 2020-10-19 20:03:14 +13:00
Cargo.toml Bump to 0.21 () 2020-10-14 06:19:09 +13:00