Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(parse): Synchronize after statement parse errors
Rather than infinitely reporting an error at the same location (not very helpful), we should move on to the next statement boundary (only a ':' or newline so far) and continue parsing.
- Loading branch information