nushell/crates/nu-parser/src
Darren Schroeder b052d524da
added pow operator, and filesize math (#2976)
* added pow operator, and filesize math

* removed + and - arms, removed some pow, pow higher precedence

* Update value.rs

Co-authored-by: Jonathan Turner <jonathandturner@users.noreply.github.com>
2021-01-29 07:44:02 -06:00
..
parse Add possibility to declare optional parameters and switch flags (#2966) 2021-01-28 06:31:29 +13:00
errors.rs Getting ready for multiline scripts (#2737) 2020-11-10 05:27:07 +13:00
lex.rs parser/split long short flags (#2944) 2021-01-20 07:19:53 +13:00
lib.rs Feature/def signature with comments (#2905) 2021-01-12 06:53:58 +13:00
parse.rs added pow operator, and filesize math (#2976) 2021-01-29 07:44:02 -06:00
path.rs Support completion for paths with multiple dots (#1640) 2020-04-23 16:17:38 +12:00
scope.rs Multiline scripts part 2 (#2795) 2020-12-18 20:53:49 +13:00
shapes.rs Multiline scripts part 2 (#2795) 2020-12-18 20:53:49 +13:00
signature.rs Pipeline blocks (#1579) 2020-04-13 19:59:57 +12:00