On Wed Jun 7 14:04:49 2023 +0000, Giovanni Mascellani wrote:
Maybe you should `return false` here too, so that the compiler doesn't keep trying to compile hopeless code.
No, in general we don't want to abort parsing if we can avoid it. We want to be able to report as many (unrelated) errors as possible.