Currently the parser immediately stops when there was an error. But it is also possible, especially at the linking stage, that the parser keeps on going in a "broken" state so that the code is not being executed, but still the parser checks for more problems at the same time.
Currently the parser immediately stops when there was an error. But it is also possible, especially at the linking stage, that the parser keeps on going in a "broken" state so that the code is not being executed, but still the parser checks for more problems at the same time.