nushell/crates/nu-parser/src
Michael Angerman e834e617f3
Remove parking_lot crate reference from nu-data (#3091)
* remove parking_lot crate from nu-data as it is no longer being used

* remove commented out code from parse.rs

* remove commented out code from scope.rs
2021-02-23 22:21:31 +13:00
..
lex nu-parser: fix parsing comments with unclosed ' " [] {} in functions (#3053) 2021-02-14 21:40:28 +13:00
parse refactor parser: rename method pub fn block to parse_block (#3047) 2021-02-13 09:31:11 +13:00
errors.rs Getting ready for multiline scripts (#2737) 2020-11-10 05:27:07 +13:00
lib.rs Source path including tilda (#3059) 2021-02-15 21:41:49 +13:00
parse.rs Remove parking_lot crate reference from nu-data (#3091) 2021-02-23 22:21:31 +13: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