nushell/crates/nu-protocol/src/value
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
..
column_path.rs Add some comments (#1225) 2020-01-14 20:38:56 +13:00
convert.rs Add some comments (#1225) 2020-01-14 20:38:56 +13:00
debug.rs Add some comments (#1225) 2020-01-14 20:38:56 +13:00
dict.rs Columns can be renamed. (#1447) 2020-03-03 16:01:24 -05:00
evaluate.rs Aliases (#1589) 2020-04-15 17:43:23 +12:00
primitive.rs Math operators (#1601) 2020-04-18 13:50:58 +12:00
range.rs Add more comments (#1228) 2020-01-16 05:28:31 +13:00
serde_bigdecimal.rs Add more comments (#1228) 2020-01-16 05:28:31 +13:00
serde_bigint.rs Add more comments (#1228) 2020-01-16 05:28:31 +13:00