nushell/crates/nu-parser/src
Jakub Žádník 7ef4e5f940
Allow parsing modules as scripts (#6357)
* Allow parsing modules as scripts

* Remove 'export env' from the supported keywords

* Add test for export in blocks; Allow "export use"

* Allow evaluating "export alias"

* Fmt; Clippy

* Allow running "export extern" in scripts
2022-08-23 00:19:47 +03:00
..
deparse.rs fix arg parse (#5754) 2022-06-11 20:52:31 +12:00
errors.rs Rename overlay commands (#6375) 2022-08-21 17:27:56 +03:00
flatten.rs Allow bare words to interpolate (#5327) 2022-04-26 11:44:44 +12: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 Allow parsing modules as scripts (#6357) 2022-08-23 00:19:47 +03:00
parser.rs Allow parsing modules as scripts (#6357) 2022-08-23 00:19:47 +03:00
type_check.rs Add bit operator: bit-xor (#5940) 2022-07-03 06:45:20 -05:00