On Wed Jun 7 15:34:21 2023 +0000, Zebediah Figura wrote:
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.
Oh right, so maybe you want to `return true`. My point was mostly about returning, so that later code can assume that variables are in a sane state.