nushell/crates/nu-parser/src
JT 96a1bf5f8d
Experiment: Allow both $true/true and $false/false (#4696)
* Change true/false to keywords

* oops, clippy

* Both kinds of bools

* Add in some boolean variables

* disable py virtualenv test for now
2022-03-02 19:55:03 -05:00
..
errors.rs more strict nuon handling, better nuon errors (#4576) 2022-02-20 22:31:50 -05:00
flatten.rs Add binary literals (#4680) 2022-02-28 18:31:53 -05:00
known_external.rs Add support for stderr and exit code (#4647) 2022-02-25 14:51:31 -05:00
lex.rs Fix Windows doc comments (#4643) 2022-02-25 13:03:39 -05:00
lib.rs Add support for math-like externals (#4606) 2022-02-22 10:55:28 -05:00
lite_parse.rs Remove statements, replaced by pipelines (#4482) 2022-02-15 14:31:14 -05:00
parse_keywords.rs fix: #3809, try to fix the source -h not work issue (#4627) 2022-02-24 10:32:10 -05:00
parser.rs Experiment: Allow both $true/true and $false/false (#4696) 2022-03-02 19:55:03 -05:00
type_check.rs Date literals (#4619) 2022-02-23 21:02:48 -05:00