nushell/crates/nu-cli/src/shell
Jonathan Turner 7974e09eeb
Math operators (#1601)
* Add some math operations

* WIP for adding compound expressions

* precedence parsing

* paren expressions

* better lhs handling

* add compound comparisons and shorthand lefthand parsing

* Add or comparison and shorthand paths
2020-04-18 13:50:58 +12:00
..
completer.rs A random set of fixes (#1600) 2020-04-17 18:19:49 +12:00
filesystem_shell.rs Redesign custom canonicalize, enable multiple dots expansion earlier. (#1588) 2020-04-16 11:29:22 +12:00
help_shell.rs Add experimental new parser (#1554) 2020-04-06 19:16:14 +12:00
helper.rs Math operators (#1601) 2020-04-18 13:50:58 +12:00
shell.rs Add experimental new parser (#1554) 2020-04-06 19:16:14 +12:00
shell_manager.rs Add experimental new parser (#1554) 2020-04-06 19:16:14 +12:00
value_shell.rs Add experimental new parser (#1554) 2020-04-06 19:16:14 +12:00