nushell/crates/nu-protocol/src
Jonathan Turner ac578b8491
Multiline scripts part 2 (#2795)
* Begin allowing comments and multiline scripts.

* clippy

* Finish moving to groups. Test pass

* Keep going

* WIP

* WIP

* BROKEN WIP

* WIP

* WIP

* Fix more tests

* WIP: alias starts working

* Broken WIP

* Broken WIP

* Variables begin to work

* captures start working

* A little better but needs fixed scope

* Shorthand env setting

* Update main merge

* Broken WIP

* WIP

* custom command parsing

* Custom commands start working

* Fix coloring and parsing of block

* Almost there

* Add some tests

* Add more param types

* Bump version

* Fix benchmark

* Fix stuff
2020-12-18 20:53:49 +13:00
..
value Multiline scripts part 2 (#2795) 2020-12-18 20:53:49 +13:00
call_info.rs Match cleanup (#2248) 2020-07-25 08:40:35 -04:00
hir.rs Multiline scripts part 2 (#2795) 2020-12-18 20:53:49 +13:00
lib.rs Multiline scripts part 2 (#2795) 2020-12-18 20:53: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 Multiline scripts part 2 (#2795) 2020-12-18 20:53:49 +13:00
signature.rs Multiline scripts part 2 (#2795) 2020-12-18 20:53:49 +13:00
syntax_shape.rs Multiline scripts part 2 (#2795) 2020-12-18 20:53:49 +13:00
type_name.rs More docs and random fixes (#1237) 2020-01-19 08:42:36 +13:00
type_shape.rs Move BTreeMap to IndexMap to preserve order (#2617) 2020-09-30 19:49:40 +13:00
value.rs Multiline scripts part 2 (#2795) 2020-12-18 20:53:49 +13:00