nushell/crates/nu-engine/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
..
env nu_cli refactor in preparation for a crate called nu_command (#2907) 2021-01-11 17:58:15 +13:00
evaluate added pow operator, and filesize math (#2976) 2021-01-29 07:44:02 -06:00
filesystem Replace dirs and directories with maintained (#2949) 2021-01-19 14:24:27 -06:00
plugin Split nu-cli into nu-cli/nu-engine (#2898) 2021-01-10 15:50:49 +13:00
shell Replace dirs and directories with maintained (#2949) 2021-01-19 14:24:27 -06:00
basic_evaluation_context.rs nu_cli refactor in preparation for a crate called nu_command (#2907) 2021-01-11 17:58:15 +13:00
basic_shell_manager.rs nu_cli refactor in preparation for a crate called nu_command (#2907) 2021-01-11 17:58:15 +13:00
call_info.rs Split nu-cli into nu-cli/nu-engine (#2898) 2021-01-10 15:50:49 +13:00
command_args.rs Split nu-cli into nu-cli/nu-engine (#2898) 2021-01-10 15:50:49 +13:00
deserializer.rs Use equality assert macros (#2969) 2021-01-25 18:16:10 +13:00
documentation.rs parser/add rest args to def (#2961) 2021-01-23 07:13:29 +13:00
evaluation_context.rs Split nu-cli into nu-cli/nu-engine (#2898) 2021-01-10 15:50:49 +13:00
example.rs Split nu-cli into nu-cli/nu-engine (#2898) 2021-01-10 15:50:49 +13:00
history_path.rs Split nu-cli into nu-cli/nu-engine (#2898) 2021-01-10 15:50:49 +13:00
lib.rs nu_cli refactor in preparation for a crate called nu_command (#2907) 2021-01-11 17:58:15 +13:00
maybe_text_codec.rs Split nu-cli into nu-cli/nu-engine (#2898) 2021-01-10 15:50:49 +13:00
whole_stream_command.rs allow str from to convert more things to string (#2977) 2021-01-29 07:43:35 -06:00