Problem
The parser's fallback error, Expected an expression but got '…' instead, is used for several syntactic failures where it may obscure the actual mistake.
Desired outcome
Audit the relevant parse paths, introduce more specific diagnostics where useful, and add regression tests for improved messages.
Location
ndc_parser/src/parser.rs, primary.
Problem
The parser's fallback error,
Expected an expression but got '…' instead, is used for several syntactic failures where it may obscure the actual mistake.Desired outcome
Audit the relevant parse paths, introduce more specific diagnostics where useful, and add regression tests for improved messages.
Location
ndc_parser/src/parser.rs,primary.