nushell/crates/nu-parser/src
mike 0fe2884397
add dedicated const in pipeline, const builtin var errors (#7784)
# Description

Currently `let` and `const` share error handling, and this might lead to
confusing error messages


![sJan17-51](https://user-images.githubusercontent.com/98623181/212981108-c80b3e55-cece-4ee5-ba8f-cb5dcfdf63e0.png)

This PR adds dedicated errors to `const`
2023-01-20 00:11:48 +01:00
..
deparse.rs fix arg parse (#5754) 2022-06-11 20:52:31 +12:00
errors.rs add dedicated const in pipeline, const builtin var errors (#7784) 2023-01-20 00:11:48 +01:00
eval.rs Make get hole errors and cell path hole errors identical (improvement on #7002) (#7647) 2023-01-02 14:45:43 -08:00
flatten.rs Support redirect err and out to different streams (#7685) 2023-01-12 10:22:30 +01:00
known_external.rs Add "fall-through" signatures (#7527) 2022-12-22 00:33:26 +02:00
lex.rs Revert "Pipeline operators: && and ||" (#7452) 2022-12-13 16:36:13 +13:00
lib.rs Small parser refactors (#7568) 2022-12-22 13:41:44 +02:00
lite_parser.rs Support redirect err and out to different streams (#7685) 2023-01-12 10:22:30 +01:00
parse_keywords.rs add dedicated const in pipeline, const builtin var errors (#7784) 2023-01-20 00:11:48 +01:00
parser.rs add dedicated const in pipeline, const builtin var errors (#7784) 2023-01-20 00:11:48 +01:00
type_check.rs allow tables in ++ operator (#7051) 2022-12-01 00:21:59 +01:00