nushell/crates/nu-parser/src
pwygab 6c56829976
Allowing for flags with '=' in them to register as flags. (#5579)
* hacky fix for registering flags with '='

* fmt
2022-05-18 11:26:58 -05:00
..
deparse.rs Allowing for flags with '=' in them to register as flags. (#5579) 2022-05-18 11:26:58 -05:00
errors.rs feat(errors): more explicit module_or_overlay_not_found_error help message (#5564) 2022-05-17 06:22:31 -05:00
flatten.rs Allow bare words to interpolate (#5327) 2022-04-26 11:44:44 +12:00
known_external.rs Overlays (#5375) 2022-05-08 07:39:22 +12:00
lex.rs Add raw strings, use raw strings for env (#5090) 2022-04-05 08:42:26 +12:00
lib.rs Make format support nested column and use variable (#5570) 2022-05-18 06:08:43 -05:00
lite_parse.rs Remove statements, replaced by pipelines (#4482) 2022-02-15 14:31:14 -05:00
parse_keywords.rs Overlays (#5375) 2022-05-08 07:39:22 +12:00
parser.rs Revert "Try to do less work during capture discovery (#5560)" (#5561) 2022-05-17 10:49:59 +12:00
type_check.rs Add ends-with operator and fix dataframe operator behavior (#5395) 2022-05-02 20:02:38 +12:00