nushell/crates/nu-cli/src
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
..
commands Math operators (#1601) 2020-04-18 13:50:58 +12:00
data Math operators (#1601) 2020-04-18 13:50:58 +12:00
env some minor improvements and removing dead code (#1563) 2020-04-10 07:48:10 +12:00
evaluate Math operators (#1601) 2020-04-18 13:50:58 +12:00
format some minor improvements and removing dead code (#1563) 2020-04-10 07:48:10 +12:00
shell Math operators (#1601) 2020-04-18 13:50:58 +12:00
stream Introduce InterruptibleStream type. 2020-03-29 17:03:01 -04:00
utils Math operators (#1601) 2020-04-18 13:50:58 +12:00
cli.rs Math operators (#1601) 2020-04-18 13:50:58 +12:00
commands.rs Aliases (#1589) 2020-04-15 17:43:23 +12:00
context.rs WIP fix for the error bubbling (#1597) 2020-04-16 16:25:24 +12:00
data.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
deserializer.rs Pipeline blocks (#1579) 2020-04-13 19:59:57 +12:00
env.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
format.rs some minor improvements and removing dead code (#1563) 2020-04-10 07:48:10 +12:00
futures.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
git.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
lib.rs Add alias support to scripts and -c (#1593) 2020-04-16 05:50:35 +12:00
path.rs Redesign custom canonicalize, enable multiple dots expansion earlier. (#1588) 2020-04-16 11:29:22 +12:00
prelude.rs Pipeline blocks (#1579) 2020-04-13 19:59:57 +12:00
shell.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
utils.rs Bump a lot of deps (#1560) 2020-04-07 19:51:17 +12:00