mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
400bc97e35
* 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 |
||
---|---|---|
.. | ||
commands | ||
format_conversions | ||
main.rs |