nushell/crates/nu-protocol/src
Jonathan Turner 93e8f6c05e
Split nu-cli into nu-cli/nu-engine (#2898)
We split off the evaluation engine part of nu-cli into its own crate. This helps improve build times for nu-cli by 17% in my tests. It also helps us see a bit better what's the core engine portion vs the part specific to the interactive CLI piece.

There's more than can be done here, but I think it's a good start in the right direction.
2021-01-10 15:50:49 +13:00
..
value Split nu-cli into nu-cli/nu-engine (#2898) 2021-01-10 15:50:49 +13:00
call_info.rs Match cleanup (#2248) 2020-07-25 08:40:35 -04:00
hir.rs Rename the Path and Pattern primitives (#2889) 2021-01-08 20:30:41 +13:00
lib.rs Split nu-cli into nu-cli/nu-engine (#2898) 2021-01-10 15:50:49 +13:00
macros.rs Move command changes. Refactorings. (#2683) 2020-10-20 04:07:13 -05:00
maybe_owned.rs Add more comments (#1228) 2020-01-16 05:28:31 +13:00
return_value.rs Don't leak set/set-env/source scopes via actions (#2849) 2021-01-03 19:44:21 +13:00
signature.rs Multiline scripts part 2 (#2795) 2020-12-18 20:53:49 +13:00
syntax_shape.rs Rename the Path and Pattern primitives (#2889) 2021-01-08 20:30:41 +13:00
type_name.rs More docs and random fixes (#1237) 2020-01-19 08:42:36 +13:00
type_shape.rs Rename the Path and Pattern primitives (#2889) 2021-01-08 20:30:41 +13:00
value.rs Split nu-cli into nu-cli/nu-engine (#2898) 2021-01-10 15:50:49 +13:00