nushell/crates/nu-parser/src
JT 63433f1bc8
Split blocks and closures (#7075)
* Split closures and blocks

* Tests mostly working

* finish last fixes, passes all tests

* fmt
2022-11-10 21:21:49 +13:00
..
deparse.rs fix arg parse (#5754) 2022-06-11 20:52:31 +12:00
errors.rs prevent alias name from being filesize or number (#6595) 2022-09-28 17:08:38 -05:00
flatten.rs Split blocks and closures (#7075) 2022-11-10 21:21:49 +13:00
known_external.rs Change how to identify custom comamnd (#6187) 2022-08-02 18:40:07 -05:00
lex.rs Add raw strings, use raw strings for env (#5090) 2022-04-05 08:42:26 +12:00
lib.rs fix arg parse (#5754) 2022-06-11 20:52:31 +12:00
lite_parse.rs Remove statements, replaced by pipelines (#4482) 2022-02-15 14:31:14 -05:00
parse_keywords.rs Run a round of clippy --fix to fix a ton of lints (#7006) 2022-11-04 15:11:17 -05:00
parser.rs Split blocks and closures (#7075) 2022-11-10 21:21:49 +13:00
type_check.rs Split blocks and closures (#7075) 2022-11-10 21:21:49 +13:00