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.