nushell/crates/nu-protocol/src
JT 6454bf69aa
Parser refactoring for improving pipelines (#7162)
* Remove lite_parse file

* Add LiteElement to represent different pipeline elem types

* Add PipelineElement to Pipelines

* Remove lite_parse specific tests
2022-11-19 10:46:48 +13:00
..
ast Parser refactoring for improving pipelines (#7162) 2022-11-19 10:46:48 +13:00
engine Change parser cwd when running a file (#7134) 2022-11-15 00:05:27 +01:00
value Limited mutable variables (#7089) 2022-11-11 19:51:08 +13:00
cli_error.rs Clippy fix for Rust 1.63 (#6299) 2022-08-11 11:54:54 -05:00
config.rs New "display_output" hook. (#6915) 2022-11-06 13:46:40 +13:00
example.rs Start support for commandline args to nu itself (#851) 2022-01-27 01:42:39 +11:00
exportable.rs Removes export env command (#6468) 2022-09-25 19:52:43 +03:00
id.rs Overlays (#5375) 2022-05-08 07:39:22 +12:00
lev_distance.rs Improve "Did you mean?" suggestions (#6579) 2022-09-20 19:46:01 -05:00
lib.rs Improve "Did you mean?" suggestions (#6579) 2022-09-20 19:46:01 -05:00
module.rs Removes export env command (#6468) 2022-09-25 19:52:43 +03:00
pipeline_data.rs to html --list now returns a table (#7080) 2022-11-15 11:12:56 -06:00
shell_error.rs Limited mutable variables (#7089) 2022-11-11 19:51:08 +13:00
signature.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
span.rs Clippy fix for Rust 1.63 (#6299) 2022-08-11 11:54:54 -05:00
syntax_shape.rs Split blocks and closures (#7075) 2022-11-10 21:21:49 +13:00
ty.rs Split blocks and closures (#7075) 2022-11-10 21:21:49 +13:00
variable.rs Limited mutable variables (#7089) 2022-11-11 19:51:08 +13:00