nushell/src/parser/parse
Yehuda Katz b15bb2c667 Added glob patterns to the syntax shapes
Bare words now represent literal file names, and globs are a different
syntax shape called "Pattern". This allows commands like `cp` to ask for
a pattern as a source and a literal file as a target.

This also means that attempting to pass a glob to a command that expects
a literal path will produce an error.
2019-09-10 09:00:50 -07:00
..
call_node.rs Close a bunch of holes in external command args 2019-09-09 10:43:10 -07:00
files.rs Lots of fixes ahead of release 2019-08-21 18:39:57 +12:00
flag.rs Get rid of feature(crate_visibility_modifier) (see #362) 2019-09-01 21:56:17 +02:00
operator.rs Remove unused code 2019-09-01 23:11:05 -07:00
parser.rs Added glob patterns to the syntax shapes 2019-09-10 09:00:50 -07:00
pipeline.rs Close a bunch of holes in external command args 2019-09-09 10:43:10 -07:00
text.rs Remove usage of in_band_lifetimes feature 2019-08-30 01:32:31 +09:00
token_tree_builder.rs Added glob patterns to the syntax shapes 2019-09-10 09:00:50 -07:00
token_tree.rs Close a bunch of holes in external command args 2019-09-09 10:43:10 -07:00
tokens.rs Added glob patterns to the syntax shapes 2019-09-10 09:00:50 -07:00
unit.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
util.rs Clean up old parser code 2019-06-25 16:33:12 +12:00