nushell/src/parser
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
..
hir Added glob patterns to the syntax shapes 2019-09-10 09:00:50 -07:00
parse Added glob patterns to the syntax shapes 2019-09-10 09:00:50 -07:00
deserializer.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
hir.rs Added glob patterns to the syntax shapes 2019-09-10 09:00:50 -07:00
parse_command.rs Close a bunch of holes in external command args 2019-09-09 10:43:10 -07:00
parse.rs Replace crate visibility identifier with pub(crate) 2019-08-29 13:09:09 +02:00
registry.rs Remove unused code 2019-09-01 23:11:05 -07:00