nushell/crates/nu-parser/src
Stefan Holderbach a9e6b1ec6b
Add did-you-mean suggestions for bitwise ops (#7252)
Continues work from #7251 to include the bitwise operations.
Covers the C style conventions as well as the typo `bits-*` instead of
`bit-*`
2022-12-01 11:34:41 +01:00
..
deparse.rs fix arg parse (#5754) 2022-06-11 20:52:31 +12:00
errors.rs Add did-you-mean suggestions for operators (#7251) 2022-11-27 10:59:43 +13:00
flatten.rs Make external command substitution works friendly(like fish shell, trailing ending newlines) (#7156) 2022-11-23 16:51:57 +13:00
known_external.rs Change how to identify custom comamnd (#6187) 2022-08-02 18:40:07 -05:00
lex.rs Stdout/Stderr redirection (#7185) 2022-11-23 07:26:13 +13:00
lib.rs Parser refactoring for improving pipelines (#7162) 2022-11-19 10:46:48 +13:00
parse_keywords.rs Reorder export-env eval and allow reloading an overlay (#7231) 2022-11-24 23:45:24 +01:00
parser.rs Add did-you-mean suggestions for bitwise ops (#7252) 2022-12-01 11:34:41 +01:00
type_check.rs allow tables in ++ operator (#7051) 2022-12-01 00:21:59 +01:00