mirror of
https://github.com/nushell/nushell
synced 2025-01-15 14:44:14 +00:00
c4d2b787aa
# Description Adds a `ParseError::UnkownOperator` and covers `^`,`pow`,`is`,`===`,`%`, and `contains` as likely operators based on other languages. Provides suggestion for the user to find the nu language feature they are looking for. ![image](https://user-images.githubusercontent.com/15833959/204108373-d1165988-ad87-4a2e-bd81-b67a44072571.png) # Tests + Formatting (-) |
||
---|---|---|
.. | ||
deparse.rs | ||
errors.rs | ||
flatten.rs | ||
known_external.rs | ||
lex.rs | ||
lib.rs | ||
parse_keywords.rs | ||
parser.rs | ||
type_check.rs |