Allow parsing partially invalid Nix code (Error recovery) #3
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
We currently use GNU Bison, and it would be possible to offer this feature by using Bison's native error recovery mechanisms: https://www.gnu.org/software/bison/manual/bison.html#Error-Recovery
There are a few sensible places to recover from errors, for instance:
'(' error ')'
, orbinds attrpath '=' error
The text was updated successfully, but these errors were encountered: