nushell/crates/nu-parser/src
JT 25a8caa9b0
Simplify expressions (#3389)
* WIP: experiment with simpler expressions

* fix simple invoke

* update tests

* fix a few tests

* Make paren parsing more robust

* fix external args

* Remove old invocation

* Update tests

* Update tests
2021-05-12 13:01:48 +12:00
..
lex Fix typos and capitalization of "Unicode" (#3234) 2021-04-04 07:14:07 +12:00
parse Move from using a Block to an Arc'd Block (#3289) 2021-04-09 20:12:25 +12: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 Simplify expressions (#3389) 2021-05-12 13:01:48 +12:00
path.rs Support completion for paths with multiple dots (#1640) 2020-04-23 16:17:38 +12:00
scope.rs Move from using a Block to an Arc'd Block (#3289) 2021-04-09 20:12:25 +12: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