You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that the parser stops parsing after it encounters the first error. In most modern parsers, they are able to log the parse error and then "recover", continuing on parsing the rest of the file. This feature would be very useful to have in bright.
Do you have any ideas how to implement this? I would be willing to do the work if you're open to this concept.